HomeSort by relevance Sort by last modified time
    Searched refs:CODESET (Results 1 - 25 of 31) sorted by null

1 2

  /external/libmtp/examples/
util.c 44 langsuff = nl_langinfo(CODESET);
  /ndk/sources/android/support/src/musl-locale/
langinfo.c 35 if (item == CODESET) return "UTF-8";
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
langinfo.h 279 CODESET = _NL_CTYPE_CODESET_NAME,
280 #define CODESET CODESET
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
langinfo.h 279 CODESET = _NL_CTYPE_CODESET_NAME,
280 #define CODESET CODESET
  /external/libexif/test/nls/
test-codeset.c 33 #define bind_textdomain_codeset(domain,codeset) \
94 "Old codeset: \"%s\" (locale default)\n",
95 nl_langinfo(CODESET)
99 "Old codeset: \"%s\"\n",
105 "Wanted codeset: %s\n"
106 "Real codeset: %s\n",
  /ndk/sources/android/support/include/
langinfo.h 40 #define CODESET _NL_ITEM(LC_CTYPE, 0)
  /prebuilts/ndk/9/sources/android/support/include/
langinfo.h 40 #define CODESET _NL_ITEM(LC_CTYPE, 0)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkFileDialog.py 192 # See whether CODESET is defined
196 enc = locale.nl_langinfo(locale.CODESET)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkFileDialog.py 192 # See whether CODESET is defined
196 enc = locale.nl_langinfo(locale.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...]
  /prebuilts/python/linux-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...]
  /external/bison/lib/
localcharset.c 359 const char *codeset; local
366 /* Most systems support nl_langinfo (CODESET) nowadays. */
367 codeset = nl_langinfo (CODESET);
370 /* Cygwin < 1.7 does not have locales. nl_langinfo (CODESET) always
373 if (codeset != NULL && strcmp (codeset, "US-ASCII") == 0)
421 codeset = buf;
451 codeset = locale;
467 codeset = buf
    [all...]
  /external/chromium_org/third_party/icu/source/common/
putilimp.h 101 # define U_NL_LANGINFO_CODESET CODESET
putil.cpp 127 * Only include langinfo.h if we have a way to get the codeset. If we later
    [all...]
  /external/e2fsprogs/intl/
localcharset.c 272 const char *codeset; local
279 /* Most systems support nl_langinfo (CODESET) nowadays. */
280 codeset = nl_langinfo (CODESET);
308 codeset = locale;
318 codeset = buf;
327 /* Allow user to override the codeset, as set in the operating system,
359 codeset = locale;
365 codeset = "";
369 codeset = buf
    [all...]
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...]
  /external/icu/icu4c/source/common/
putilimp.h 101 # define U_NL_LANGINFO_CODESET CODESET
  /ndk/sources/host-tools/sed-4.2.1/lib/
localcharset.c 329 const char *codeset; local
336 /* Most systems support nl_langinfo (CODESET) nowadays. */
337 codeset = nl_langinfo (CODESET);
340 /* Cygwin 2006 does not have locales. nl_langinfo (CODESET) always
344 if (codeset != NULL && strcmp (codeset, "US-ASCII") == 0)
382 codeset = buf;
412 codeset = locale;
422 codeset = buf
    [all...]
  /external/libedit/src/
el.c 125 if (strcmp(nl_langinfo(CODESET), "UTF-8") == 0)
  /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)
  /prebuilts/misc/common/swig/include/2.0.11/php/
phpkw.swg 338 PHPBN2(CODESET);
  /ndk/sources/host-tools/sed-4.2.1/
configure     [all...]
  /external/bison/
configure     [all...]
  /external/icu/icu4c/source/
config.status 580 s,@U_NL_LANGINFO_CODESET@,CODESET,;t t
    [all...]

Completed in 765 milliseconds

1 2