HomeSort by relevance Sort by last modified time
    Searched full:codeset (Results 76 - 100 of 201) sorted by null

1 2 34 5 6 7 8 9

  /external/chromium_org/third_party/icu/source/common/
putil.c 130 * Only include langinfo.h if we have a way to get the codeset. If we later
    [all...]
unistr_cnv.cpp 123 // Codeset conversion
  /external/icu4c/common/
putil.cpp 127 * Only include langinfo.h if we have a way to get the codeset. If we later
    [all...]
unistr_cnv.cpp 123 // Codeset conversion
putilimp.h 101 # define U_NL_LANGINFO_CODESET CODESET
  /external/e2fsprogs/intl/
loadmsgcat.c 767 /* Initialize the codeset dependent parts of an opened message catalog.
826 if (domainbinding != NULL && domainbinding->codeset != NULL)
827 outcharset = domainbinding->codeset;
834 outcharset = _NL_CURRENT (LC_CTYPE, CODESET);
886 /* Frees the codeset dependent parts of an opened message catalog. */
    [all...]
dcigettext.c 835 /* The domain's codeset has changed through bind_textdomain_codeset()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 51 # loaded, it may not offer nl_langinfo, or CODESET, or the
52 # resulting codeset may be unknown to Python. We ignore all
54 encoding = locale.nl_langinfo(locale.CODESET)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 51 # loaded, it may not offer nl_langinfo, or CODESET, or the
52 # resulting codeset may be unknown to Python. We ignore all
54 encoding = locale.nl_langinfo(locale.CODESET)
  /external/oprofile/libpopt/
config.h 103 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
  /external/chromium_org/third_party/icu/source/common/unicode/
pandroid.h 279 #define U_NL_LANGINFO_CODESET CODESET
pfreebsd.h 279 #define U_NL_LANGINFO_CODESET CODESET
plinux.h 279 #define U_NL_LANGINFO_CODESET CODESET
popenbsd.h 258 #define U_NL_LANGINFO_CODESET CODESET
pmac.h 295 #define U_NL_LANGINFO_CODESET CODESET
  /external/elfutils/m4/
Makefile.in 159 EXTRA_DIST = codeset.m4 gettext.m4 iconv.m4 lcmessage.m4 progtest.m4
  /external/icu4c/
config.log 497 configure:5721: checking for nl_langinfo's argument to obtain the codeset
505 configure:5775: result: CODESET
806 ac_cv_nl_langinfo_codeset=CODESET
924 U_NL_LANGINFO_CODESET='CODESET'
configure.in 651 AC_CACHE_CHECK([for nl_langinfo's argument to obtain the codeset],
654 for a in CODESET _NL_CTYPE_CODESET_NAME; do
    [all...]
  /ndk/sources/host-tools/make-3.81/config/
Makefile.in 184 EXTRA_DIST = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 nls.m4 \
  /ndk/sources/host-tools/sed-4.2.1/m4/
gnulib-comp.m4 360 m4/codeset.m4
  /ndk/sources/host-tools/sed-4.2.1/
configure     [all...]
config_h.in 319 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
  /external/chromium_org/third_party/icu/source/
configure.in 739 AC_CACHE_CHECK([for nl_langinfo's argument to obtain the codeset],
742 for a in CODESET _NL_CTYPE_CODESET_NAME; do
    [all...]
  /external/icu4c/common/unicode/
platform.h 599 * except the IBM-eucTW codeset."
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
locale.py 566 # On Unix, if CODESET is available, use that.
568 CODESET
585 result = nl_langinfo(CODESET)
589 return nl_langinfo(CODESET)
    [all...]

Completed in 540 milliseconds

1 2 34 5 6 7 8 9