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