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

1 2 3

  /bionic/tests/
langinfo_test.cpp 36 EXPECT_STREQ("UTF-8", nl_langinfo(CODESET));
44 EXPECT_STREQ("%F %T %z", nl_langinfo(D_T_FMT));
45 EXPECT_STREQ("%F", nl_langinfo(D_FMT));
47 EXPECT_STREQ("%a %d %b %Y %r %Z", nl_langinfo(D_T_FMT));
48 EXPECT_STREQ("%m/%d/%Y", nl_langinfo(D_FMT));
50 EXPECT_STREQ("%T", nl_langinfo(T_FMT));
51 EXPECT_STREQ("%I:%M:%S %p", nl_langinfo(T_FMT_AMPM));
52 EXPECT_STREQ("AM", nl_langinfo(AM_STR));
53 EXPECT_STREQ("PM", nl_langinfo(PM_STR));
54 EXPECT_STREQ("Sunday", nl_langinfo(DAY_1))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test__locale.py 4 from _locale import (RADIXCHAR, THOUSEP, nl_langinfo)
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 localeconv
    [all...]
  /external/python/cpython2/Lib/test/
test__locale.py 4 from _locale import (RADIXCHAR, THOUSEP, nl_langinfo)
6 nl_langinfo = None variable
77 @unittest.skipUnless(nl_langinfo, "nl_langinfo is not available")
79 # Test nl_langinfo against known values
88 if self.numeric_tester('nl_langinfo', nl_langinfo(li), lc, loc):
108 @unittest.skipUnless(nl_langinfo, "nl_langinfo is not available")
110 # Test nl_langinfo against localecon
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test__locale.py 4 from _locale import (RADIXCHAR, THOUSEP, nl_langinfo)
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)
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)
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)
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/libmtp/examples/
util.c 46 langsuff = nl_langinfo(CODESET);
  /external/python/cpython3/Lib/
_bootlocale.py 25 result = _locale.nl_langinfo(_locale.CODESET)
27 # nl_langinfo can return an empty string
  /bionic/libc/bionic/
langinfo.cpp 33 char* nl_langinfo(nl_item item) { function
102 return nl_langinfo(item);
  /bionic/libc/include/
langinfo.h 95 char* nl_langinfo(nl_item __item) __INTRODUCED_IN(26);
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
Locale.inf 36 nl_langinfo.c #
nl_langinfo.c 1 /* $NetBSD: nl_langinfo.c,v 1.11 2005/11/29 03:11:59 christos Exp $ */
10 __RCSID("$NetBSD: nl_langinfo.c,v 1.11 2005/11/29 03:11:59 christos Exp $");
21 nl_langinfo(nl_item item) function
  /external/python/cpython3/Lib/test/
test__locale.py 3 from _locale import (RADIXCHAR, THOUSEP, nl_langinfo)
5 nl_langinfo = None variable
104 @unittest.skipUnless(nl_langinfo, "nl_langinfo is not available")
106 # Test nl_langinfo against known values
116 if self.numeric_tester('nl_langinfo', nl_langinfo(li), lc, loc):
138 @unittest.skipUnless(nl_langinfo, "nl_langinfo is not available")
140 # Test nl_langinfo against localecon
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
langinfo.h 88 char *nl_langinfo(nl_item);
  /bionic/tests/headers/posix/
langinfo_h.c 93 FUNCTION(nl_langinfo, char* (*f)(nl_item));
  /external/libexif/test/nls/
test-codeset.c 95 nl_langinfo(CODESET)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/strftime/
2-1.c 31 strftime(text, sizeof(text), nl_langinfo(D_T_FMT), local_t);
  /external/oj-libjdwp/src/solaris/npt/
utf_md.c 54 codeset = (char*)nl_langinfo(CODESET);
  /bionic/benchmarks/
stdlib_benchmark.cpp 51 if (strcmp(nl_langinfo(CODESET), "UTF-8")) {
92 if (strcmp(nl_langinfo(CODESET), "UTF-8")) {
  /external/python/cpython2/Lib/lib-tk/
tkFileDialog.py 196 enc = locale.nl_langinfo(locale.CODESET)
  /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)

Completed in 1435 milliseconds

1 2 3