Lines Matching defs:codepage
122 static void setNuConvTestName(const char *codepage, const char *direction)
125 codepage,
133 const char *codepage, UBool fallback, const int32_t *expectOffsets)
160 setNuConvTestName(codepage, "FROM");
162 log_verbose("\nTesting========= %s FROM \n inputbuffer= %d outputbuffer= %d\n", codepage, gInBufferSize,
165 conv = my_ucnv_open(codepage, &status);
168 log_data_err("Couldn't open converter %s\n",codepage);
296 const char *codepage, UBool fallback, const int32_t *expectOffsets)
325 setNuConvTestName(codepage, "TO");
329 conv = my_ucnv_open(codepage, &status);
650 which is test file for MBCS conversion with single-byte codepage data.*/
653 /* MBCS with single byte codepage data test1.ucm*/
675 which is test file for MBCS conversion with three-byte codepage data.*/
678 /* MBCS with three byte codepage data test3.ucm*/
702 which is test file for MBCS conversion with four-byte codepage data.*/
705 /* MBCS with three byte codepage data test4.ucm*/