Home
last modified time | relevance | path

Searched refs:bind_textdomain_codeset (Results 1 – 25 of 30) sorted by relevance

12

/external/libexif/test/nls/
Dtest-codeset.c33 #define bind_textdomain_codeset(domain,codeset) \ macro
77 const char *oldcodeset = bind_textdomain_codeset(GETTEXT_PACKAGE, NULL); in check()
78 const char *realcodeset = bind_textdomain_codeset(GETTEXT_PACKAGE, MY_CODESET); in check()
Dtest-nls.c72 const char *codeset = bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8"); in main()
/external/libexif/libexif/
Di18n.h42 # define bind_textdomain_codeset(Domain,Codeset) macro
45 # define bind_textdomain_codeset(Domain,Codeset) (Codeset) macro
/external/e2fsprogs/intl/
Dintl-compat.c46 #undef bind_textdomain_codeset
128 bind_textdomain_codeset (const char *domainname, const char *codeset) in bind_textdomain_codeset() function
Dlibgnuintl.h.in260 static inline char *bind_textdomain_codeset (const char *__domainname, function
267 # define bind_textdomain_codeset libintl_bind_textdomain_codeset macro
269 extern char *bind_textdomain_codeset (const char *__domainname,
Dbindtextdom.c361 weak_alias (__bind_textdomain_codeset, bind_textdomain_codeset);
/external/python/cpython3/Lib/test/
Dtest_gettext.py482 saved_codeset = gettext.bind_textdomain_codeset('gettext')
484 gettext.bind_textdomain_codeset('gettext', 'utf-16')
491 gettext.bind_textdomain_codeset('gettext', saved_codeset)
537 saved_codeset = gettext.bind_textdomain_codeset('gettext')
539 gettext.bind_textdomain_codeset('gettext', 'utf-16')
558 gettext.bind_textdomain_codeset('gettext', saved_codeset)
/external/u-boot/scripts/kconfig/
Dlkc.h17 static inline char *bind_textdomain_codeset(const char *dn, char *c) { return c; } in bind_textdomain_codeset() function
Dgconf.c1451 bind_textdomain_codeset(PACKAGE, "UTF-8"); in main()
/external/python/cpython2/Doc/library/
Dgettext.rst48 .. function:: bind_textdomain_codeset(domain[, codeset])
75 :func:`bind_textdomain_codeset`.
89 :func:`bind_textdomain_codeset`.
114 :func:`bind_textdomain_codeset`.
130 :func:`bind_textdomain_codeset`.
Dlocale.rst564 and :func:`!bind_textdomain_codeset`. These are similar to the same functions in
/external/python/cpython2/Modules/
D_localemodule.c647 codeset = bind_textdomain_codeset(domain, codeset); in PyIntl_bind_textdomain_codeset()
/external/python/cpython3/Modules/
D_localemodule.c667 codeset = bind_textdomain_codeset(domain, codeset); in PyIntl_bind_textdomain_codeset()
/external/python/cpython3/Lib/
Dgettext.py578 def bind_textdomain_codeset(domain, codeset=None): function
/external/python/cpython2/Lib/
Dgettext.py596 def bind_textdomain_codeset(domain, codeset=None): function
/external/python/cpython3/Doc/library/
Dgettext.rst49 .. function:: bind_textdomain_codeset(domain, codeset=None)
106 :func:`bind_textdomain_codeset`.
Dlocale.rst578 and :func:`!bind_textdomain_codeset`. These are similar to the same functions in
/external/python/cpython2/
Dpyconfig.h.in76 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
Dconfigure.ac3120 AC_CHECK_FUNCS(alarm setitimer getitimer bind_textdomain_codeset chown \
/external/python/cpython3/
Dpyconfig.h.in73 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
Dconfigure.ac3555 AC_CHECK_FUNCS(alarm accept4 setitimer getitimer bind_textdomain_codeset chown \
/external/libexif/
DChangeLog1746 * libexif/exif-tag.c: Add call to bind_textdomain_codeset
/external/python/cpython3/Doc/whatsnew/
D2.4.rst1165 :func:`bind_textdomain_codeset` to specify a particular encoding and a family of
/external/python/cpython2/Doc/whatsnew/
D2.4.rst1165 :func:`bind_textdomain_codeset` to specify a particular encoding and a family of
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1393 fun:bind_textdomain_codeset=uninstrumented

12