Lines Matching refs:codepage
2064 static char codepage[64]; local
2080 sprintf(codepage,"ibm-%d", ccsid);
2081 return codepage;
2084 static char codepage[64];
2086 strncpy(codepage, nl_langinfo(CODESET),63-strlen(UCNV_SWAP_LFNL_OPTION_STRING));
2087 strcat(codepage,UCNV_SWAP_LFNL_OPTION_STRING);
2088 codepage[63] = 0; /* NULL terminate */
2090 return codepage;
2093 static char codepage[64];
2117 sprintf(codepage, "windows-%ld", codepageNumber);
2118 return codepage;