Searched refs:CODESET (Results 1 – 10 of 10) 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); 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);
|
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 | 35 if (item == CODESET) return "UTF-8"; in nl_langinfo_l()
|
/ndk/sources/android/support/include/ |
D | langinfo.h | 40 #define CODESET _NL_ITEM(LC_CTYPE, 0) macro
|
/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); 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); 9321 /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646". [all …]
|
D | config_h.in | 319 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
|