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

  /external/icu/icu4c/source/test/intltest/
canittst.h 54 Transliterator *hexTrans;
canittst.cpp 56 nameTrans(NULL), hexTrans(NULL)
66 if(hexTrans != NULL) {
67 delete(hexTrans);
234 if (hexTrans == NULL)
235 hexTrans = Transliterator::createInstance("[^\\ -\\u007F] hex", UTRANS_FORWARD, status);
239 if(hexTrans) { // maybe there is no data and transliterator cannot be instantiated
240 hexTrans->transliterate(sHex);

Completed in 893 milliseconds