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

/external/chromium_org/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/icu/icu4c/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/chromium_org/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);
1160 UConverter *utf8Cnv, UConverter *cnv,
1200 ucnv_resetFromUnicode(utf8Cnv);
1204 ucnv_convertEx(cnv, utf8Cnv,
1364 ucnv_resetToUnicode(utf8Cnv);
1467 resultLength=stepFromUTF8(cc, utf8Cnv, cnv,
1478 ucnv_resetToUnicode(utf8Cnv);
1159 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);
3221 ucnv_resetFromUnicode(utf8Cnv);
/external/icu/icu4c/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);
1187 UConverter *utf8Cnv, UConverter *cnv,
1227 ucnv_resetFromUnicode(utf8Cnv);
1231 ucnv_convertEx(cnv, utf8Cnv,
1391 ucnv_resetToUnicode(utf8Cnv);
1494 resultLength=stepFromUTF8(cc, utf8Cnv, cnv,
1505 ucnv_resetToUnicode(utf8Cnv);
1186 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);
3221 ucnv_resetFromUnicode(utf8Cnv);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccapitst.c2490 static void testFromTruncatedUTF8(UConverter *utf8Cnv, UConverter *cnv, const char *converterName, argument
2514 ucnv_setToUCallBack(utf8Cnv, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, &errorCode);
2534 ucnv_convertEx(cnv, utf8Cnv,
2549 ucnv_getInvalidChars(utf8Cnv, invalidChars, &invalidLength, &errorCode);
2556 static void testFromBadUTF8(UConverter *utf8Cnv, UConverter *cnv, const char *converterName, argument
2569 ucnv_setToUCallBack(utf8Cnv, UCNV_TO_U_CALLBACK_SKIP, NULL, NULL, NULL, &errorCode);
2598 convertExMultiStreaming(utf8Cnv, cnv,
2617 UConverter *utf8Cnv, *cnv; local
2626 utf8Cnv=ucnv_open("UTF-8", &errorCode);
2642 testFromTruncatedUTF8(utf8Cnv, cn
2660 UConverter *utf8Cnv, *cnv; local
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dccapitst.c2494 static void testFromTruncatedUTF8(UConverter *utf8Cnv, UConverter *cnv, const char *converterName, argument
2518 ucnv_setToUCallBack(utf8Cnv, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, &errorCode);
2538 ucnv_convertEx(cnv, utf8Cnv,
2553 ucnv_getInvalidChars(utf8Cnv, invalidChars, &invalidLength, &errorCode);
2560 static void testFromBadUTF8(UConverter *utf8Cnv, UConverter *cnv, const char *converterName, argument
2573 ucnv_setToUCallBack(utf8Cnv, UCNV_TO_U_CALLBACK_SKIP, NULL, NULL, NULL, &errorCode);
2602 convertExMultiStreaming(utf8Cnv, cnv,
2621 UConverter *utf8Cnv, *cnv; local
2630 utf8Cnv=ucnv_open("UTF-8", &errorCode);
2646 testFromTruncatedUTF8(utf8Cnv, cn
2664 UConverter *utf8Cnv, *cnv; local
[all...]

Completed in 802 milliseconds