Searched refs:utf8Cnv (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/test/perf/utfperf/
H A Dutfperf.cpp267 utf8Cnv(NULL),
269 utf8Cnv=ucnv_open("UTF-8", &errorCode);
282 ucnv_close(utf8Cnv);
289 ucnv_resetToUnicode(utf8Cnv);
305 ucnv_convertEx(cnv, utf8Cnv,
323 UConverter *utf8Cnv; member in class:FromUTF8
/external/icu4c/test/intltest/
H A Dconvtest.h100 UConverter *utf8Cnv; member in class:ConversionTest
H A Dconvtest.cpp55 utf8Cnv=ucnv_open("UTF-8", &errorCode);
56 ucnv_setToUCallBack(utf8Cnv, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, &errorCode);
63 ucnv_close(utf8Cnv);
1185 UConverter *utf8Cnv, UConverter *cnv,
1225 ucnv_resetFromUnicode(utf8Cnv);
1229 ucnv_convertEx(cnv, utf8Cnv,
1389 ucnv_resetToUnicode(utf8Cnv);
1492 resultLength=stepFromUTF8(cc, utf8Cnv, cnv,
1503 ucnv_resetToUnicode(utf8Cnv);
1184 stepFromUTF8(ConversionCase &cc, UConverter *utf8Cnv, UConverter *cnv, char *result, int32_t resultCapacity, int32_t step, UErrorCode *pErrorCode) argument
H A Dusettest.h184 UConverter *utf8Cnv; member in class:UnicodeSetTest
H A Dusettest.cpp51 UnicodeSetTest::UnicodeSetTest() : utf8Cnv(NULL) {
55 if(utf8Cnv==NULL) {
57 utf8Cnv=ucnv_open("UTF-8", &errorCode);
59 return utf8Cnv;
63 ucnv_close(utf8Cnv);
3241 ucnv_resetFromUnicode(utf8Cnv);
/external/icu4c/test/cintltst/
H A Dccapitst.c2536 static void testFromTruncatedUTF8(UConverter *utf8Cnv, UConverter *cnv, const char *converterName, argument
2560 ucnv_setToUCallBack(utf8Cnv, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, &errorCode);
2580 ucnv_convertEx(cnv, utf8Cnv,
2594 ucnv_getInvalidChars(utf8Cnv, invalidChars, &invalidLength, &errorCode);
2601 static void testFromBadUTF8(UConverter *utf8Cnv, UConverter *cnv, const char *converterName, argument
2614 ucnv_setToUCallBack(utf8Cnv, UCNV_TO_U_CALLBACK_SKIP, NULL, NULL, NULL, &errorCode);
2643 convertExMultiStreaming(utf8Cnv, cnv,
2662 UConverter *utf8Cnv, *cnv; local
2671 utf8Cnv=ucnv_open("UTF-8", &errorCode);
2687 testFromTruncatedUTF8(utf8Cnv, cn
2705 UConverter *utf8Cnv, *cnv; local
[all...]

Completed in 62 milliseconds