Searched refs:hexTrans (Results 1 – 2 of 2) sorted by relevance
55 nameTrans(NULL), hexTrans(NULL) in CanonicalIteratorTest()65 if(hexTrans != NULL) { in ~CanonicalIteratorTest()66 delete(hexTrans); in ~CanonicalIteratorTest()233 if (hexTrans == NULL) in getReadable()234 hexTrans = Transliterator::createInstance("[^\\ -\\u007F] hex", UTRANS_FORWARD, status); in getReadable()238 if(hexTrans) { // maybe there is no data and transliterator cannot be instantiated in getReadable()239 hexTrans->transliterate(sHex); in getReadable()
52 Transliterator *hexTrans; variable