Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/m4/
Dcodeset.m411 AC_CACHE_CHECK([for nl_langinfo and CODESET], [am_cv_langinfo_codeset],
13 [char* cs = nl_langinfo(CODESET); return !cs;],
19 [Define if you have <langinfo.h> and nl_langinfo(CODESET).])
Dlocale-fr.m429 /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646".
30 On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET)
33 succeeds but then nl_langinfo(CODESET) is "646". In this situation,
37 const char *cs = nl_langinfo (CODESET);
55 are nl_langinfo(RADIXCHAR) are both ".". */
123 /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646".
124 On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET)
127 succeeds but then nl_langinfo(CODESET) is "646". In this situation,
131 const char *cs = nl_langinfo (CODESET);
152 are nl_langinfo(RADIXCHAR) are both ".". */
Dlocale-zh.m432 /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646".
33 On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET)
36 succeeds but then nl_langinfo(CODESET) is "646". In this situation,
40 const char *cs = nl_langinfo (CODESET);
Dlocale-ja.m431 /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646".
32 On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET)
35 succeeds but then nl_langinfo(CODESET) is "646". In this situation,
39 const char *cs = nl_langinfo (CODESET);
/ndk/sources/host-tools/make-3.81/config/
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).])
/ndk/sources/android/support/src/musl-locale/
Dlanginfo.c63 char *nl_langinfo(nl_item item) in nl_langinfo() function
68 weak_alias(__nl_langinfo, nl_langinfo);
Dnl_langinfo_l.c6 return nl_langinfo(item); in nl_langinfo_l()
/ndk/sources/android/support/include/
Dlanginfo.h115 char *nl_langinfo(nl_item);
/ndk/sources/host-tools/sed-4.2.1/lib/
Dlocalcharset.c337 codeset = nl_langinfo (CODESET); in locale_charset()
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure5566 char* cs = nl_langinfo(CODESET); return !cs;
5643 /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646".
5644 On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET)
5647 succeeds but then nl_langinfo(CODESET) is "646". In this situation,
5651 const char *cs = nl_langinfo (CODESET);
5669 are nl_langinfo(RADIXCHAR) are both ".". */
9206 /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646".
9207 On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET)
9210 succeeds but then nl_langinfo(CODESET) is "646". In this situation,
9214 const char *cs = nl_langinfo (CODESET);
[all …]
Dconfig_h.in319 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */