Home | History | Annotate | Download | only in common

Lines Matching refs:codeset

127  * Only include langinfo.h if we have a way to get the codeset. If we later
1954 strncpy(codepage, nl_langinfo(CODESET),63-strlen(UCNV_SWAP_LFNL_OPTION_STRING));
1980 const char *codeset = nl_langinfo(U_NL_LANGINFO_CODESET);
1987 codeset = remapPlatformDependentCodepage(localeName, codeset);
1991 codeset = remapPlatformDependentCodepage(NULL, codeset);
1994 if (codeset != NULL) {
1995 uprv_strncpy(codesetName, codeset, sizeof(codesetName));
2008 /* if we can find the codeset name from setlocale, return that. */