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

  /external/libmtp/examples/
util.c 44 langsuff = nl_langinfo(CODESET);
  /external/webkit/Source/JavaScriptCore/icu/unicode/
platform.h 223 #define U_NL_LANGINFO_CODESET CODESET
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
platform.h 223 #define U_NL_LANGINFO_CODESET CODESET
  /external/webkit/Source/WebCore/icu/unicode/
platform.h 223 #define U_NL_LANGINFO_CODESET CODESET
  /external/webkit/Source/WebKit/mac/icu/unicode/
platform.h 223 #define U_NL_LANGINFO_CODESET CODESET
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
langinfo.h 279 CODESET = _NL_CTYPE_CODESET_NAME,
280 #define CODESET CODESET
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-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.7-4.6/sysroot/usr/include/
langinfo.h 279 CODESET = _NL_CTYPE_CODESET_NAME,
280 #define CODESET CODESET
  /ndk/sources/cxx-stl/llvm-libc++/include/support/android/
langinfo.h 19 #define CODESET _NL_ITEM(LC_CTYPE, 0)
  /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...]
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/icu4c/common/
putilimp.h 101 # define U_NL_LANGINFO_CODESET CODESET
putil.cpp 126 * Only include langinfo.h if we have a way to get the codeset. If we later
    [all...]
  /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...]
  /ndk/sources/host-tools/sed-4.2.1/
configure     [all...]
  /external/bison/
configure     [all...]
  /external/icu4c/
config.status 580 s,@U_NL_LANGINFO_CODESET@,CODESET,;t t
    [all...]
configure     [all...]
  /external/mksh/src/
main.c 569 ccp = nl_langinfo(CODESET);
    [all...]
Build.sh     [all...]
  /external/e2fsprogs/
configure     [all...]

Completed in 331 milliseconds