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

1 2

  /bionic/libc/upstream-openbsd/lib/libc/include/
langinfo.h 3 #define nl_langinfo(i) ((i == RADIXCHAR) ? (char*) "." : NULL) macro
  /ndk/sources/android/support/src/musl-locale/
nl_langinfo_l.c 6 return nl_langinfo(item);
langinfo.c 63 char *nl_langinfo(nl_item item) function
68 weak_alias(__nl_langinfo, nl_langinfo);
  /external/libmtp/examples/
util.c 44 langsuff = nl_langinfo(CODESET);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test__locale.py 4 from _locale import (RADIXCHAR, THOUSEP, nl_langinfo) namespace
6 nl_langinfo = None variable
68 @unittest.skipUnless(nl_langinfo, "nl_langinfo is not available")
70 # Test nl_langinfo against known values
78 self.numeric_tester('nl_langinfo', nl_langinfo(li), lc, loc)
90 @unittest.skipUnless(nl_langinfo, "nl_langinfo is not available")
92 # Test nl_langinfo against localecon
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test__locale.py 4 from _locale import (RADIXCHAR, THOUSEP, nl_langinfo) namespace
6 nl_langinfo = None variable
68 @unittest.skipUnless(nl_langinfo, "nl_langinfo is not available")
70 # Test nl_langinfo against known values
78 self.numeric_tester('nl_langinfo', nl_langinfo(li), lc, loc)
90 @unittest.skipUnless(nl_langinfo, "nl_langinfo is not available")
92 # Test nl_langinfo against localecon
    [all...]
  /external/libexif/test/nls/
test-codeset.c 95 nl_langinfo(CODESET)
  /ndk/sources/android/support/include/
langinfo.h 115 char *nl_langinfo(nl_item);
  /prebuilts/ndk/9/sources/android/support/include/
langinfo.h 115 char *nl_langinfo(nl_item);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkFileDialog.py 196 enc = locale.nl_langinfo(locale.CODESET)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkFileDialog.py 196 enc = locale.nl_langinfo(locale.CODESET)
  /external/bison/lib/
localcharset.c 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
  /external/e2fsprogs/intl/
localcharset.c 279 /* Most systems support nl_langinfo (CODESET) nowadays. */
280 codeset = nl_langinfo (CODESET);
  /ndk/sources/host-tools/sed-4.2.1/lib/
localcharset.c 336 /* Most systems support nl_langinfo (CODESET) nowadays. */
337 codeset = nl_langinfo (CODESET);
340 /* Cygwin 2006 does not have locales. nl_langinfo (CODESET) always
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
locale.py 585 result = nl_langinfo(CODESET)
589 return nl_langinfo(CODESET)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
locale.py 585 result = nl_langinfo(CODESET)
589 return nl_langinfo(CODESET)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
langinfo.h 31 /* Construct an `nl_item' value for `nl_langinfo' from a locale category
41 /* Enumeration of locale items that can be queried with `nl_langinfo'. */
239 These `nl_langinfo' names are used only internally. */
263 These `nl_langinfo' names are used only internally. */
569 /* This macro produces an item you can pass to `nl_langinfo' or
584 extern char *nl_langinfo (nl_item __item) __THROW;
594 /* Just like nl_langinfo but get the information from the locale object L. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
langinfo.h 31 /* Construct an `nl_item' value for `nl_langinfo' from a locale category
41 /* Enumeration of locale items that can be queried with `nl_langinfo'. */
239 These `nl_langinfo' names are used only internally. */
263 These `nl_langinfo' names are used only internally. */
569 /* This macro produces an item you can pass to `nl_langinfo' or
584 extern char *nl_langinfo (nl_item __item) __THROW;
594 /* Just like nl_langinfo but get the information from the locale object L. */
  /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
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
54 encoding = locale.nl_langinfo(locale.CODESET)
  /external/chromium_org/third_party/icu/source/common/
putil.c     [all...]
  /external/icu/icu4c/source/common/
putil.cpp     [all...]
  /external/bison/
configure     [all...]
  /ndk/sources/host-tools/sed-4.2.1/
configure     [all...]

Completed in 639 milliseconds

1 2