HomeSort by relevance Sort by last modified time
    Searched refs:nl_langinfo (Results 1 - 25 of 42) 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/gdb/darwin-x86/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/gdb/linux-x86/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/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/current/sources/android/support/include/
langinfo.h 115 char *nl_langinfo(nl_item);
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
tkFileDialog.py 196 enc = locale.nl_langinfo(locale.CODESET)
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
tkFileDialog.py 196 enc = locale.nl_langinfo(locale.CODESET)
  /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);
  /toolchain/binutils/binutils-2.25/intl/
localcharset.c 280 /* Most systems support nl_langinfo (CODESET) nowadays. */
281 codeset = nl_langinfo (CODESET);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
locale.py 585 result = nl_langinfo(CODESET)
589 return nl_langinfo(CODESET)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
locale.py 585 result = nl_langinfo(CODESET)
589 return nl_langinfo(CODESET)
    [all...]
  /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...]
  /libcore/ojluni/src/main/native/
java_props_md.c 36 #include <langinfo.h> /* For nl_langinfo */
272 * more reliable method of calling nl_langinfo(CODESET). This function
278 /* OK, not so reliable - nl_langinfo() gives wrong answers on
283 p = nl_langinfo(CODESET);
289 /* return same result nl_langinfo would return for en_UK,
  /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. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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. */

Completed in 568 milliseconds

1 2