HomeSort by relevance Sort by last modified time
    Searched refs:utf8Cnv (Results 1 - 6 of 6) sorted by null

  /external/icu/icu4c/source/test/perf/utfperf/
utfperf.cpp 266 utf8Cnv(NULL),
268 utf8Cnv=ucnv_open("UTF-8", &errorCode);
281 ucnv_close(utf8Cnv);
288 ucnv_resetToUnicode(utf8Cnv);
304 ucnv_convertEx(cnv, utf8Cnv,
322 UConverter *utf8Cnv;
  /external/icu/icu4c/source/test/intltest/
convtest.h 101 UConverter *utf8Cnv;
usettest.h 189 UConverter *utf8Cnv;
convtest.cpp 54 utf8Cnv=ucnv_open("UTF-8", &errorCode);
55 ucnv_setToUCallBack(utf8Cnv, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, &errorCode);
62 ucnv_close(utf8Cnv);
    [all...]
usettest.cpp 49 UnicodeSetTest::UnicodeSetTest() : utf8Cnv(NULL) {
53 if(utf8Cnv==NULL) {
55 utf8Cnv=ucnv_open("UTF-8", &errorCode);
57 return utf8Cnv;
61 ucnv_close(utf8Cnv);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c     [all...]

Completed in 337 milliseconds