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

/external/chromium/third_party/icu/source/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/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/chromium/third_party/icu/source/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);
1155 UConverter *utf8Cnv, UConverter *cnv,
1195 ucnv_resetFromUnicode(utf8Cnv);
1199 ucnv_convertEx(cnv, utf8Cnv,
1359 ucnv_resetToUnicode(utf8Cnv);
1462 resultLength=stepFromUTF8(cc, utf8Cnv, cnv,
1473 ucnv_resetToUnicode(utf8Cnv);
1154 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);
3193 ucnv_resetFromUnicode(utf8Cnv);
/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);
1183 UConverter *utf8Cnv, UConverter *cnv,
1223 ucnv_resetFromUnicode(utf8Cnv);
1227 ucnv_convertEx(cnv, utf8Cnv,
1387 ucnv_resetToUnicode(utf8Cnv);
1490 resultLength=stepFromUTF8(cc, utf8Cnv, cnv,
1501 ucnv_resetToUnicode(utf8Cnv);
1182 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);
3230 ucnv_resetFromUnicode(utf8Cnv);
/external/icu4c/test/cintltst/
H A Dccapitst.c2528 static void testFromTruncatedUTF8(UConverter *utf8Cnv, UConverter *cnv, const char *converterName, argument
2552 ucnv_setToUCallBack(utf8Cnv, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, &errorCode);
2572 ucnv_convertEx(cnv, utf8Cnv,
2586 ucnv_getInvalidChars(utf8Cnv, invalidChars, &invalidLength, &errorCode);
2593 static void testFromBadUTF8(UConverter *utf8Cnv, UConverter *cnv, const char *converterName, argument
2606 ucnv_setToUCallBack(utf8Cnv, UCNV_TO_U_CALLBACK_SKIP, NULL, NULL, NULL, &errorCode);
2635 convertExMultiStreaming(utf8Cnv, cnv,
2654 UConverter *utf8Cnv, *cnv; local
2663 utf8Cnv=ucnv_open("UTF-8", &errorCode);
2679 testFromTruncatedUTF8(utf8Cnv, cn
2697 UConverter *utf8Cnv, *cnv; local
[all...]
/external/chromium/third_party/icu/source/test/cintltst/
H A Dccapitst.c2522 static void testFromTruncatedUTF8(UConverter *utf8Cnv, UConverter *cnv, const char *converterName, argument
2546 ucnv_setToUCallBack(utf8Cnv, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, &errorCode);
2566 ucnv_convertEx(cnv, utf8Cnv,
2580 ucnv_getInvalidChars(utf8Cnv, invalidChars, &invalidLength, &errorCode);
2587 static void testFromBadUTF8(UConverter *utf8Cnv, UConverter *cnv, const char *converterName, argument
2600 ucnv_setToUCallBack(utf8Cnv, UCNV_TO_U_CALLBACK_SKIP, NULL, NULL, NULL, &errorCode);
2629 convertExMultiStreaming(utf8Cnv, cnv,
2648 UConverter *utf8Cnv, *cnv; local
2657 utf8Cnv=ucnv_open("UTF-8", &errorCode);
2673 testFromTruncatedUTF8(utf8Cnv, cn
[all...]

Completed in 62 milliseconds