Home | History | Annotate | Download | only in intltest

Lines Matching refs:utf8Cnv

51 UnicodeSetTest::UnicodeSetTest() : utf8Cnv(NULL) {
55 if(utf8Cnv==NULL) {
57 utf8Cnv=ucnv_open("UTF-8", &errorCode);
59 return utf8Cnv;
63 ucnv_close(utf8Cnv);
3241 ucnv_resetFromUnicode(utf8Cnv);