Home | History | Annotate | Download | only in common

Lines Matching refs:codeset

126  * Only include langinfo.h if we have a way to get the codeset. If we later
1918 strncpy(codepage, nl_langinfo(CODESET),63-strlen(UCNV_SWAP_LFNL_OPTION_STRING));
1944 const char *codeset = nl_langinfo(U_NL_LANGINFO_CODESET);
1951 codeset = remapPlatformDependentCodepage(localeName, codeset);
1955 codeset = remapPlatformDependentCodepage(NULL, codeset);
1958 if (codeset != NULL) {
1959 codeset, sizeof(codesetName));
1972 /* if we can find the codeset name from setlocale, return that. */