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

  /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/icu/icu4c/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/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/icu/icu4c/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/chromium_org/third_party/icu/source/test/cintltst/
ccapitst.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c     [all...]

Completed in 159 milliseconds