HomeSort by relevance Sort by last modified time
    Searched refs:CODESET (Results 1 - 25 of 35) 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";
  /libcore/ojluni/src/main/native/
java_props_md.c 59 #ifndef CODESET
60 #define CODESET _NL_CTYPE_CODESET_NAME
64 #define CODESET ALT_CODESET_KEY
272 * more reliable method of calling nl_langinfo(CODESET). This function
283 p = nl_langinfo(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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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/current/sources/android/support/include/
langinfo.h 40 #define CODESET _NL_ITEM(LC_CTYPE, 0)
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
tkFileDialog.py 192 # See whether CODESET is defined
196 enc = locale.nl_langinfo(locale.CODESET)
  /prebuilts/gdb/linux-x86/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/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/gdb/darwin-x86/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/gdb/linux-x86/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/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/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...]
  /external/icu/icu4c/source/common/
putilimp.h 101 # define U_NL_LANGINFO_CODESET CODESET
  /toolchain/binutils/binutils-2.25/intl/
localcharset.c 273 const char *codeset; local
280 /* Most systems support nl_langinfo (CODESET) nowadays. */
281 codeset = nl_langinfo (CODESET);
309 codeset = locale;
319 codeset = buf;
328 /* Allow user to override the codeset, as set in the operating system,
360 codeset = locale;
366 codeset = "";
370 codeset = buf
    [all...]
  /external/libedit/src/
el.c 125 if (strcmp(nl_langinfo(CODESET), "UTF-8") == 0)
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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)

Completed in 1038 milliseconds

1 2