HomeSort by relevance Sort by last modified time
    Searched defs:bind_textdomain_codeset (Results 1 - 8 of 8) sorted by null

  /external/e2fsprogs/intl/
intl-compat.c 46 #undef bind_textdomain_codeset macro
128 bind_textdomain_codeset (const char *domainname, const char *codeset) function
  /external/libexif/libexif/
i18n.h 42 # define bind_textdomain_codeset(Domain,Codeset) macro
45 # define bind_textdomain_codeset(Domain,Codeset) (Codeset) macro
  /external/libexif/test/nls/
test-codeset.c 33 #define bind_textdomain_codeset(domain,codeset) \ macro
77 const char *oldcodeset = bind_textdomain_codeset(GETTEXT_PACKAGE, NULL);
78 const char *realcodeset = bind_textdomain_codeset(GETTEXT_PACKAGE, MY_CODESET);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
gettext.py 55 'bind_textdomain_codeset',
523 def bind_textdomain_codeset(domain, codeset=None): function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
gettext.py 520 def bind_textdomain_codeset(domain, codeset=None): function
  /external/python/cpython2/Lib/
gettext.py 55 'bind_textdomain_codeset',
596 def bind_textdomain_codeset(domain, codeset=None): function
  /external/python/cpython3/Lib/
gettext.py 57 'bind_textdomain_codeset',
578 def bind_textdomain_codeset(domain, codeset=None): function
  /external/u-boot/scripts/kconfig/
lkc.h 17 static inline char *bind_textdomain_codeset(const char *dn, char *c) { return c; } function

Completed in 1490 milliseconds