Home
last modified time | relevance | path

Searched refs:CODESET (Results 1 – 10 of 10) 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);
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);
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.c35 if (item == CODESET) return "UTF-8"; in nl_langinfo_l()
/ndk/sources/android/support/include/
Dlanginfo.h40 #define CODESET _NL_ITEM(LC_CTYPE, 0) macro
/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);
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 …]
Dconfig_h.in319 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */