Lines Matching full:codepage
117 static void setNuConvTestName(const char *codepage, const char *direction)
120 codepage,
128 const char *codepage, UBool fallback, const int32_t *expectOffsets)
155 setNuConvTestName(codepage, "FROM");
157 log_verbose("\nTesting========= %s FROM \n inputbuffer= %d outputbuffer= %d\n", codepage, gInBufferSize,
160 conv = my_ucnv_open(codepage, &status);
163 log_data_err("Couldn't open converter %s\n",codepage);
291 const char *codepage, UBool fallback, const int32_t *expectOffsets)
320 setNuConvTestName(codepage, "TO");
324 conv = my_ucnv_open(codepage, &status);
645 which is test file for MBCS conversion with single-byte codepage data.*/
648 /* MBCS with single byte codepage data test1.ucm*/
670 which is test file for MBCS conversion with three-byte codepage data.*/
673 /* MBCS with three byte codepage data test3.ucm*/
697 which is test file for MBCS conversion with four-byte codepage data.*/
700 /* MBCS with three byte codepage data test4.ucm*/