Searched refs:cnv1 (Results 1 - 3 of 3) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
H A D | convtest.cpp | 724 LocalUConverterPointer cnv1(ucnv_open("UTF-8", errorCode)); in TestUTF8ToUTF8Overflow() 740 ucnv_convertEx(cnv2.getAlias(), cnv1.getAlias(), in TestUTF8ToUTF8Overflow() 750 ucnv_convertEx(cnv2.getAlias(), cnv1.getAlias(), in TestUTF8ToUTF8Overflow() 762 ucnv_reset(cnv1.getAlias()); in TestUTF8ToUTF8Overflow() 773 ucnv_convertEx(cnv2.getAlias(), cnv1.getAlias(), in TestUTF8ToUTF8Overflow() 783 ucnv_convertEx(cnv2.getAlias(), cnv1.getAlias(), in TestUTF8ToUTF8Overflow() 795 ucnv_reset(cnv1.getAlias()); in TestUTF8ToUTF8Overflow() 804 ucnv_setToUCallBack(cnv1.getAlias(), UCNV_TO_U_CALLBACK_STOP, nullptr, nullptr, nullptr, errorCode); in TestUTF8ToUTF8Overflow() 810 ucnv_convertEx(cnv2.getAlias(), cnv1.getAlias(), in TestUTF8ToUTF8Overflow() 818 ucnv_getInvalidChars(cnv1 in TestUTF8ToUTF8Overflow() [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ccapitst.c | 2420 UConverter *cnv1, *cnv2; in TestConvertEx() local 2424 cnv1=ucnv_open("UTF-8", &errorCode); in TestConvertEx() 2433 ucnv_close(cnv1); in TestConvertEx() 2438 convertExMultiStreaming(cnv1, cnv2, in TestConvertEx() 2442 convertExMultiStreaming(cnv2, cnv1, in TestConvertEx() 2447 convertExMultiStreaming(cnv1, cnv2, in TestConvertEx() 2459 ucnv_convertEx(cnv2, cnv1, &target, targetBuffer+sizeof(targetBuffer), &src, NULL, in TestConvertEx() 2475 ucnv_convertEx(cnv2, cnv1, &target, targetBuffer+sizeof(shiftJIS), &src, NULL, in TestConvertEx() 2490 ucnv_convertEx(cnv2, cnv1, &target, targetBuffer+sizeof(targetBuffer), &src, NULL, in TestConvertEx() 2499 ucnv_convertEx(cnv2, cnv1, in TestConvertEx() [all...] |
H A D | nucnvtst.c | 4880 UConverter *cnv1; in TestLMBCS() local 4888 cnv1=ucnv_open(NAME_LMBCS_1, &errorCode); in TestLMBCS() 4900 get_name = ucnv_getName (cnv1, &errorCode); in TestLMBCS() 4910 ucnv_getSubstChars (cnv1, get_subchars, &len, &errorCode); in TestLMBCS() 4934 ucnv_close(cnv1); in TestLMBCS()
|
Completed in 14 milliseconds