Home | History | Annotate | Download | only in bison

Lines Matching refs:CODESET

16046   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5
16047 $as_echo_n "checking for nl_langinfo and CODESET... " >&6; }
16057 char* cs = nl_langinfo(CODESET); return !cs;
17444 /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646".
17445 On Mac OS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET)
17448 succeeds but then nl_langinfo(CODESET) is "646". In this situation,
17451 succeeds but then nl_langinfo(CODESET) is "UTF-8". */
17454 const char *cs = nl_langinfo (CODESET);
17584 /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646".
17585 On Mac OS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET)
17588 succeeds but then nl_langinfo(CODESET) is "646". In this situation,
17591 succeeds but then nl_langinfo(CODESET) is "UTF-8". */
17594 const char *cs = nl_langinfo (CODESET);
17717 /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646".
17718 On Mac OS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET)
17721 succeeds but then nl_langinfo(CODESET) is "646". In this situation,
17725 const char *cs = nl_langinfo (CODESET);