Home
last modified time | relevance | path

Searched refs:nl_langinfo (Results 1 – 25 of 47) sorted by relevance

12

/external/python/cpython2/Lib/test/
Dtest__locale.py4 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/
Dtest__locale.py3 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/
Dcodeset.m413 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/
Dutil.c46 langsuff = nl_langinfo(CODESET); in checklang()
/external/python/cpython3/Lib/
D_bootlocale.py37 result = _locale.nl_langinfo(_locale.CODESET)
/external/oj-libjdwp/src/solaris/npt/
Dutf_md.c54 codeset = (char*)nl_langinfo(CODESET); in utfInitialize()
/external/python/cpython2/Lib/lib-tk/
DtkFileDialog.py196 enc = locale.nl_langinfo(locale.CODESET)
/external/libexif/test/nls/
Dtest-codeset.c95 nl_langinfo(CODESET) in check()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/strftime/
D2-1.c31 strftime(text, sizeof(text), nl_langinfo(D_T_FMT), local_t); in main()
D1-1.c30 strftime(text, sizeof(text), nl_langinfo(D_T_FMT), local_t); in main()
/external/python/cpython2/Lib/
Dlocale.py619 result = nl_langinfo(CODESET)
622 result = nl_langinfo(CODESET)
/external/openssh/openbsd-compat/
Dopenbsd-compat.h242 # define nl_langinfo(x) "" macro
/external/e2fsprogs/intl/
Dlocalcharset.c280 codeset = nl_langinfo (CODESET); in locale_charset()
/external/openssh/
Dutf8.c62 loc = nl_langinfo(CODESET); in dangerous_locale()
/external/python/cpython3/Doc/c-api/
Dsys.rst114 ``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/
Dfileutils.c61 char *codeset = nl_langinfo(CODESET); in _Py_device_encoding()
137 codeset = nl_langinfo(CODESET); in check_force_ascii()
Dpylifecycle.c273 char* codeset = nl_langinfo(CODESET); in get_locale_encoding()
496 char *codeset = nl_langinfo(CODESET); in _Py_CoerceLegacyLocale()
/external/python/cpython3/Lib/tkinter/
Dfiledialog.py457 enc = locale.nl_langinfo(locale.CODESET)
/external/python/cpython3/Lib/idlelib/
Diomenu.py42 locale_encoding = locale.nl_langinfo(locale.CODESET)
/external/python/cpython3/Modules/
D_localemodule.c553 const char *result = nl_langinfo(item); in PyLocale_nl_langinfo()
/external/python/cpython2/Modules/
D_localemodule.c546 const char *result = nl_langinfo(item); in PyLocale_nl_langinfo()
/external/icu/icu4c/source/common/
Dputil.cpp2086 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/
DIOBinding.py49 encoding = locale.nl_langinfo(locale.CODESET)
/external/python/cpython2/Doc/library/
Dlocale.rst151 .. function:: nl_langinfo(option)
158 The :func:`nl_langinfo` function accepts one of the following keys. Most
/external/python/cpython3/Doc/library/
Dlocale.rst159 .. function:: nl_langinfo(option)
166 The :func:`nl_langinfo` function accepts one of the following keys. Most

12