Searched refs:utf8Cnv (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/test/perf/utfperf/ |
D | utfperf.cpp | 266 utf8Cnv(NULL), in FromUTF8() 268 utf8Cnv=ucnv_open("UTF-8", &errorCode); in FromUTF8() 281 ucnv_close(utf8Cnv); in ~FromUTF8() 288 ucnv_resetToUnicode(utf8Cnv); in call() 304 ucnv_convertEx(cnv, utf8Cnv, in call() 322 UConverter *utf8Cnv; member in FromUTF8
|
/external/icu/icu4c/source/test/intltest/ |
D | convtest.cpp | 54 utf8Cnv=ucnv_open("UTF-8", &errorCode); in ConversionTest() 55 ucnv_setToUCallBack(utf8Cnv, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, &errorCode); in ConversionTest() 62 ucnv_close(utf8Cnv); in ~ConversionTest() 1259 UConverter *utf8Cnv, UConverter *cnv, in stepFromUTF8() argument 1299 ucnv_resetFromUnicode(utf8Cnv); in stepFromUTF8() 1303 ucnv_convertEx(cnv, utf8Cnv, in stepFromUTF8() 1463 ucnv_resetToUnicode(utf8Cnv); in FromUnicodeCase() 1566 resultLength=stepFromUTF8(cc, utf8Cnv, cnv, in FromUnicodeCase() 1577 ucnv_resetToUnicode(utf8Cnv); in FromUnicodeCase()
|
D | convtest.h | 101 UConverter *utf8Cnv; variable
|
D | usettest.h | 189 UConverter *utf8Cnv; variable
|
D | usettest.cpp | 49 UnicodeSetTest::UnicodeSetTest() : utf8Cnv(NULL) { in UnicodeSetTest() 53 if(utf8Cnv==NULL) { in openUTF8Converter() 55 utf8Cnv=ucnv_open("UTF-8", &errorCode); in openUTF8Converter() 57 return utf8Cnv; in openUTF8Converter() 61 ucnv_close(utf8Cnv); in ~UnicodeSetTest() 3273 ucnv_resetFromUnicode(utf8Cnv); in testSpanBothUTFs()
|
/external/icu/icu4c/source/test/cintltst/ |
D | ccapitst.c | 2495 static void testFromTruncatedUTF8(UConverter *utf8Cnv, UConverter *cnv, const char *converterName, in testFromTruncatedUTF8() argument 2519 ucnv_setToUCallBack(utf8Cnv, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, &errorCode); in testFromTruncatedUTF8() 2539 ucnv_convertEx(cnv, utf8Cnv, in testFromTruncatedUTF8() 2554 ucnv_getInvalidChars(utf8Cnv, invalidChars, &invalidLength, &errorCode); in testFromTruncatedUTF8() 2561 static void testFromBadUTF8(UConverter *utf8Cnv, UConverter *cnv, const char *converterName, in testFromBadUTF8() argument 2574 ucnv_setToUCallBack(utf8Cnv, UCNV_TO_U_CALLBACK_SKIP, NULL, NULL, NULL, &errorCode); in testFromBadUTF8() 2603 convertExMultiStreaming(utf8Cnv, cnv, in testFromBadUTF8() 2622 UConverter *utf8Cnv, *cnv; in TestConvertExFromUTF8() local 2631 utf8Cnv=ucnv_open("UTF-8", &errorCode); in TestConvertExFromUTF8() 2647 …testFromTruncatedUTF8(utf8Cnv, cnv, converterNames[i], charUTF8, charUTF8Length, char0, char0Lengt… in TestConvertExFromUTF8() [all …]
|