Lines Matching refs:codepage
17 * 07/19/99 stephen Fixed to use ucnv's default codepage.
45 const char *codepage,
90 /* If the codepage is not "" use the ucnv_open default behavior */
91 if(codepage == NULL || *codepage != '\0') {
92 result->fConverter = ucnv_open(codepage, &status);
114 const char *codepage)
116 return finit_owner(f, locale, codepage, FALSE);
122 const char *codepage)
124 return finit_owner(f, locale, codepage, TRUE);
131 const char *codepage)
139 result = finit_owner(systemFile, locale, codepage, TRUE);
274 const char *codepage = NULL;
277 codepage = ucnv_getName(file->fConverter, &status);
281 return codepage;
285 u_fsetcodepage( const char *codepage,
291 /* We use the normal default codepage for this system, and not the one for the locale. */
294 file->fConverter = ucnv_open(codepage, &status);