Lines Matching refs:codepage
77 static void setNuConvTestName(const char *codepage, const char *direction) in setNuConvTestName() argument
80 codepage, in setNuConvTestName()
2626 … const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets, in testConvertFromUnicode() argument
2657 setNuConvTestName(codepage, "FROM"); in testConvertFromUnicode()
2659 …log_verbose("\nTesting========= %s FROM \n inputbuffer= %d outputbuffer= %d\n", codepage, gInB… in testConvertFromUnicode()
2662 conv = ucnv_open(codepage, &status); in testConvertFromUnicode()
2665 log_data_err("Couldn't open converter %s\n",codepage); in testConvertFromUnicode()
2824 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, in testConvertToUnicode() argument
2855 setNuConvTestName(codepage, "TO"); in testConvertToUnicode()
2859 conv = ucnv_open(codepage, &status); in testConvertToUnicode()
3017 … const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets, in testConvertFromUnicodeWithContext() argument
3048 setNuConvTestName(codepage, "FROM"); in testConvertFromUnicodeWithContext()
3050 …log_verbose("\nTesting========= %s FROM \n inputbuffer= %d outputbuffer= %d\n", codepage, gInB… in testConvertFromUnicodeWithContext()
3053 conv = ucnv_open(codepage, &status); in testConvertFromUnicodeWithContext()
3056 log_data_err("Couldn't open converter %s\n",codepage); in testConvertFromUnicodeWithContext()
3197 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets, in testConvertToUnicodeWithContext() argument
3228 setNuConvTestName(codepage, "TO"); in testConvertToUnicodeWithContext()
3232 conv = ucnv_open(codepage, &status); in testConvertToUnicodeWithContext()