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/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_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);
1158 UConverter *utf8Cnv, UConverter *cnv,
1198 ucnv_resetFromUnicode(utf8Cnv);
1202 ucnv_convertEx(cnv, utf8Cnv,
1362 ucnv_resetToUnicode(utf8Cnv);
1465 resultLength=stepFromUTF8(cc, utf8Cnv, cnv,
1476 ucnv_resetToUnicode(utf8Cnv);
1157 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/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);
3223 ucnv_resetFromUnicode(utf8Cnv);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccapitst.c2530 static void testFromTruncatedUTF8(UConverter *utf8Cnv, UConverter *cnv, const char *converterName, argument
2554 ucnv_setToUCallBack(utf8Cnv, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, &errorCode);
2574 ucnv_convertEx(cnv, utf8Cnv,
2588 ucnv_getInvalidChars(utf8Cnv, invalidChars, &invalidLength, &errorCode);
2595 static void testFromBadUTF8(UConverter *utf8Cnv, UConverter *cnv, const char *converterName, argument
2608 ucnv_setToUCallBack(utf8Cnv, UCNV_TO_U_CALLBACK_SKIP, NULL, NULL, NULL, &errorCode);
2637 convertExMultiStreaming(utf8Cnv, cnv,
2656 UConverter *utf8Cnv, *cnv; local
2665 utf8Cnv=ucnv_open("UTF-8", &errorCode);
2681 testFromTruncatedUTF8(utf8Cnv, cn
2699 UConverter *utf8Cnv, *cnv; local
[all...]
/external/icu4c/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,
2548 ucnv_getInvalidChars(utf8Cnv, invalidChars, &invalidLength, &errorCode);
2555 static void testFromBadUTF8(UConverter *utf8Cnv, UConverter *cnv, const char *converterName, argument
2568 ucnv_setToUCallBack(utf8Cnv, UCNV_TO_U_CALLBACK_SKIP, NULL, NULL, NULL, &errorCode);
2597 convertExMultiStreaming(utf8Cnv, cnv,
2616 UConverter *utf8Cnv, *cnv; local
2625 utf8Cnv=ucnv_open("UTF-8", &errorCode);
2641 testFromTruncatedUTF8(utf8Cnv, cn
2659 UConverter *utf8Cnv, *cnv; local
[all...]

Completed in 335 milliseconds