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

12 3

  /external/e2fsprogs/intl/
localcharset.c 279 /* Most systems support nl_langinfo (CODESET) nowadays. */
280 codeset = nl_langinfo (CODESET);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/strftime/
1-1.c 30 strftime(text, sizeof(text), nl_langinfo(D_T_FMT), local_t);
  /toolchain/binutils/binutils-2.27/intl/
localcharset.c 280 /* Most systems support nl_langinfo (CODESET) nowadays. */
281 codeset = nl_langinfo (CODESET);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
locale.py 617 result = nl_langinfo(CODESET)
621 return nl_langinfo(CODESET)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
locale.py 569 result = nl_langinfo(CODESET)
573 return nl_langinfo(CODESET)
    [all...]
  /external/python/cpython2/Lib/
locale.py 619 result = nl_langinfo(CODESET)
623 return nl_langinfo(CODESET)
    [all...]
  /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.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. */
  /bionic/libc/stdio/
vfprintf.cpp 646 if (decimal_point == NULL) decimal_point = nl_langinfo(RADIXCHAR);
vfwprintf.cpp 627 if (decimal_point == NULL) decimal_point = nl_langinfo(RADIXCHAR);
  /external/libedit/src/
el.c 125 if (strcmp(nl_langinfo(CODESET), "UTF-8") == 0)
  /external/python/cpython3/Modules/
_localemodule.c 431 "nl_langinfo(key) -> string\n"
438 if (!PyArg_ParseTuple(args, "i:nl_langinfo", &item))
446 instead of an empty string for nl_langinfo(ERA). */
447 const char *result = nl_langinfo(item);
587 {"nl_langinfo", (PyCFunction) PyLocale_nl_langinfo,
  /external/python/cpython3/Python/
fileutils.c 65 char *codeset = nl_langinfo(CODESET);
77 On these operating systems, nl_langinfo(CODESET) announces an alias of the
85 nl_langinfo(CODESET) announces "ascii" (or an alias to ASCII), and at least
138 codeset = nl_langinfo(CODESET);
154 /* nl_langinfo(CODESET) is not "ascii" or an alias of ASCII */
175 /* nl_langinfo(CODESET) is not available: always force ASCII */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_localemodule.c 529 "nl_langinfo(key) -> string\n"
536 if (!PyArg_ParseTuple(args, "i:nl_langinfo", &item))
544 instead of an empty string for nl_langinfo(ERA). */
545 const char *result = nl_langinfo(item);
668 {"nl_langinfo", (PyCFunction) PyLocale_nl_langinfo,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_localemodule.c 529 "nl_langinfo(key) -> string\n"
536 if (!PyArg_ParseTuple(args, "i:nl_langinfo", &item))
544 instead of an empty string for nl_langinfo(ERA). */
545 const char *result = nl_langinfo(item);
668 {"nl_langinfo", (PyCFunction) PyLocale_nl_langinfo,
  /external/python/cpython2/Lib/idlelib/
IOBinding.py 46 # loaded, it may not offer nl_langinfo, or CODESET, or the
49 encoding = locale.nl_langinfo(locale.CODESET)
  /external/python/cpython2/Modules/
_localemodule.c 530 "nl_langinfo(key) -> string\n"
537 if (!PyArg_ParseTuple(args, "i:nl_langinfo", &item))
545 instead of an empty string for nl_langinfo(ERA). */
546 const char *result = nl_langinfo(item);
669 {"nl_langinfo", (PyCFunction) PyLocale_nl_langinfo,
  /external/python/cpython3/Lib/idlelib/
iomenu.py 39 # loaded, it may not offer nl_langinfo, or CODESET, or the
42 locale_encoding = locale.nl_langinfo(locale.CODESET)
  /external/python/cpython3/Lib/tkinter/
filedialog.py 457 enc = locale.nl_langinfo(locale.CODESET)
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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)

Completed in 776 milliseconds

12 3