Lines Matching full:codepage
313 static void setNuConvTestName(const char *codepage, const char *direction)
316 codepage,
332 const char *codepage, const int32_t *expectOffsets , UBool useFallback)
356 setNuConvTestName(codepage, "FROM");
360 conv = my_ucnv_open(codepage, &status);
364 log_data_err("Couldn't open converter %s\n",codepage);
411 log_err("Problem doing fromUnicode to %s, errcode %s %s\n", codepage, myErrorName(status), gNuConvTestName);
489 codepage, const int32_t *expectOffsets, UBool useFallback)
515 setNuConvTestName(codepage, "TO");
519 conv = my_ucnv_open(codepage, &status);
573 log_err("Problem doing %s toUnicode, errcode %s %s\n", codepage, myErrorName(status), gNuConvTestName);
1241 which is test file for MBCS conversion with single-byte codepage data.*/
1244 /* MBCS with single byte codepage data test1.ucm*/
1255 which is test file for MBCS conversion with three-byte codepage data.*/
1258 /* MBCS with three byte codepage data test3.ucm*/
1278 which is test file for MBCS conversion with four-byte codepage data.*/
1281 /* MBCS with three byte codepage data test4.ucm*/
3333 log_err("for codepage %s : Expected : \\u%04X \t Got: \\u%04X\n",conv,*uSource,(int)*test) ;