Home | History | Annotate | Download | only in cintltst

Lines Matching refs:codepage

119 static void setNuConvTestName(const char *codepage, const char *direction)
122 codepage,
130 const char *codepage, UBool fallback, const int32_t *expectOffsets)
157 setNuConvTestName(codepage, "FROM");
159 log_verbose("\nTesting========= %s FROM \n inputbuffer= %d outputbuffer= %d\n", codepage, gInBufferSize,
162 conv = my_ucnv_open(codepage, &status);
165 log_data_err("Couldn't open converter %s\n",codepage);
293 const char *codepage, UBool fallback, const int32_t *expectOffsets)
322 setNuConvTestName(codepage, "TO");
326 conv = my_ucnv_open(codepage, &status);
647 which is test file for MBCS conversion with single-byte codepage data.*/
650 /* MBCS with single byte codepage data test1.ucm*/
672 which is test file for MBCS conversion with three-byte codepage data.*/
675 /* MBCS with three byte codepage data test3.ucm*/
699 which is test file for MBCS conversion with four-byte codepage data.*/
702 /* MBCS with three byte codepage data test4.ucm*/