Searched refs:PASS_STRING (Results 1 – 4 of 4) sorted by relevance
31 const UChar CompoundTransliterator::PASS_STRING[] = { 0x0025, 0x0050, 0x0061, 0x0073, 0x0073, 0 }; … member in CompoundTransliterator414 if (trans[i]->getID().startsWith(PASS_STRING, 5)) { in toRules()416 if (numAnonymousRBTs > 1 && i > 0 && trans[i - 1]->getID().startsWith(PASS_STRING, 5)) in toRules()
172 static const UChar PASS_STRING[]; variable
1288 … t = new RuleBasedTransliterator(UnicodeString(CompoundTransliterator::PASS_STRING) + UnicodeStrin… in instantiateEntry()
1111 …bt = new RuleBasedTransliterator(UnicodeString(CompoundTransliterator::PASS_STRING) + UnicodeStrin… in createFromRules()