/external/python/cpython2/Lib/test/ |
D | 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") 88 if self.numeric_tester('nl_langinfo', nl_langinfo(li), lc, loc): 108 @unittest.skipUnless(nl_langinfo, "nl_langinfo is not available") 119 nl_radixchar = nl_langinfo(li)
|
/external/python/cpython3/Lib/test/ |
D | 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") 116 if self.numeric_tester('nl_langinfo', nl_langinfo(li), lc, loc): 138 @unittest.skipUnless(nl_langinfo, "nl_langinfo is not available") 150 nl_radixchar = nl_langinfo(li)
|
/external/elfutils/m4/ |
D | codeset.m4 | 13 AC_CACHE_CHECK([for nl_langinfo and CODESET], am_cv_langinfo_codeset, 15 [char* cs = nl_langinfo(CODESET);], 21 [Define if you have <langinfo.h> and nl_langinfo(CODESET).])
|
/external/libmtp/examples/ |
D | util.c | 46 langsuff = nl_langinfo(CODESET); in checklang()
|
/external/python/cpython3/Lib/ |
D | _bootlocale.py | 37 result = _locale.nl_langinfo(_locale.CODESET)
|
/external/oj-libjdwp/src/solaris/npt/ |
D | utf_md.c | 54 codeset = (char*)nl_langinfo(CODESET); in utfInitialize()
|
/external/python/cpython2/Lib/lib-tk/ |
D | tkFileDialog.py | 196 enc = locale.nl_langinfo(locale.CODESET)
|
/external/libexif/test/nls/ |
D | test-codeset.c | 95 nl_langinfo(CODESET) in check()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/strftime/ |
D | 2-1.c | 31 strftime(text, sizeof(text), nl_langinfo(D_T_FMT), local_t); in main()
|
D | 1-1.c | 30 strftime(text, sizeof(text), nl_langinfo(D_T_FMT), local_t); in main()
|
/external/python/cpython2/Lib/ |
D | locale.py | 619 result = nl_langinfo(CODESET) 622 result = nl_langinfo(CODESET)
|
/external/openssh/openbsd-compat/ |
D | openbsd-compat.h | 242 # define nl_langinfo(x) "" macro
|
/external/e2fsprogs/intl/ |
D | localcharset.c | 280 codeset = nl_langinfo (CODESET); in locale_charset()
|
/external/openssh/ |
D | utf8.c | 62 loc = nl_langinfo(CODESET); in dangerous_locale()
|
/external/python/cpython3/Doc/c-api/ |
D | sys.rst | 114 ``nl_langinfo(CODESET)`` returns the ``ASCII`` encoding (or an alias), 155 ``nl_langinfo(CODESET)`` returns the ``ASCII`` encoding (or an alias),
|
/external/python/cpython3/Python/ |
D | fileutils.c | 61 char *codeset = nl_langinfo(CODESET); in _Py_device_encoding() 137 codeset = nl_langinfo(CODESET); in check_force_ascii()
|
D | pylifecycle.c | 273 char* codeset = nl_langinfo(CODESET); in get_locale_encoding() 496 char *codeset = nl_langinfo(CODESET); in _Py_CoerceLegacyLocale()
|
/external/python/cpython3/Lib/tkinter/ |
D | filedialog.py | 457 enc = locale.nl_langinfo(locale.CODESET)
|
/external/python/cpython3/Lib/idlelib/ |
D | iomenu.py | 42 locale_encoding = locale.nl_langinfo(locale.CODESET)
|
/external/python/cpython3/Modules/ |
D | _localemodule.c | 553 const char *result = nl_langinfo(item); in PyLocale_nl_langinfo()
|
/external/python/cpython2/Modules/ |
D | _localemodule.c | 546 const char *result = nl_langinfo(item); in PyLocale_nl_langinfo()
|
/external/icu/icu4c/source/common/ |
D | putil.cpp | 2086 strncpy(codepage, nl_langinfo(CODESET),63-strlen(UCNV_SWAP_LFNL_OPTION_STRING)); 2138 const char *codeset = nl_langinfo(U_NL_LANGINFO_CODESET);
|
/external/python/cpython2/Lib/idlelib/ |
D | IOBinding.py | 49 encoding = locale.nl_langinfo(locale.CODESET)
|
/external/python/cpython2/Doc/library/ |
D | locale.rst | 151 .. function:: nl_langinfo(option) 158 The :func:`nl_langinfo` function accepts one of the following keys. Most
|
/external/python/cpython3/Doc/library/ |
D | locale.rst | 159 .. function:: nl_langinfo(option) 166 The :func:`nl_langinfo` function accepts one of the following keys. Most
|