Searched refs:utf8Cnv (Results 1 - 6 of 6) sorted by relevance
/external/icu4c/test/perf/utfperf/ |
H A D | utfperf.cpp | 267 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 D | convtest.h | 100 UConverter *utf8Cnv; member in class:ConversionTest
|
H A D | convtest.cpp | 55 utf8Cnv=ucnv_open("UTF-8", &errorCode); 56 ucnv_setToUCallBack(utf8Cnv, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, &errorCode); 63 ucnv_close(utf8Cnv); 1157 UConverter *utf8Cnv, UConverter *cnv, 1197 ucnv_resetFromUnicode(utf8Cnv); 1201 ucnv_convertEx(cnv, utf8Cnv, 1361 ucnv_resetToUnicode(utf8Cnv); 1464 resultLength=stepFromUTF8(cc, utf8Cnv, cnv, 1475 ucnv_resetToUnicode(utf8Cnv); 1156 stepFromUTF8(ConversionCase &cc, UConverter *utf8Cnv, UConverter *cnv, char *result, int32_t resultCapacity, int32_t step, UErrorCode *pErrorCode) argument
|
H A D | usettest.h | 184 UConverter *utf8Cnv; member in class:UnicodeSetTest
|
H A D | usettest.cpp | 51 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/cintltst/ |
H A D | ccapitst.c | 2522 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 337 milliseconds