Searched refs:nl_langinfo (Results 1 – 11 of 11) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | codeset.m4 | 11 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).])
|
D | locale-fr.m4 | 29 /* 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 ".". */
|
D | locale-zh.m4 | 32 /* 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);
|
D | locale-ja.m4 | 31 /* 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/ |
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).])
|
/ndk/sources/android/support/src/musl-locale/ |
D | langinfo.c | 63 char *nl_langinfo(nl_item item) in nl_langinfo() function 68 weak_alias(__nl_langinfo, nl_langinfo);
|
D | nl_langinfo_l.c | 6 return nl_langinfo(item); in nl_langinfo_l()
|
/ndk/sources/android/support/include/ |
D | langinfo.h | 115 char *nl_langinfo(nl_item);
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | localcharset.c | 337 codeset = nl_langinfo (CODESET); in locale_charset()
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | configure | 5566 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 …]
|
D | config_h.in | 319 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
|