Lines Matching refs:CODESET
5551 { $as_echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5
5552 $as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
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".
9322 On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET)
9325 succeeds but then nl_langinfo(CODESET) is "646". In this situation,
9329 const char *cs = nl_langinfo (CODESET);
9420 /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646".
9421 On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET)
9424 succeeds but then nl_langinfo(CODESET) is "646". In this situation,
9428 const char *cs = nl_langinfo (CODESET);