/external/chromium_org/third_party/icu/source/test/perf/utfperf/ |
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;
|
/external/icu4c/test/perf/utfperf/ |
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;
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
convtest.h | 100 UConverter *utf8Cnv;
|
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); [all...] |
usettest.h | 184 UConverter *utf8Cnv;
|
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); [all...] |
/external/icu4c/test/intltest/ |
convtest.h | 100 UConverter *utf8Cnv;
|
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); [all...] |
usettest.h | 184 UConverter *utf8Cnv;
|
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); [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
ccapitst.c | [all...] |
/external/icu4c/test/cintltst/ |
ccapitst.c | [all...] |