Home | History | Annotate | Download | only in i18n

Lines Matching refs:Transliterator

72 Transliterator* TransliteratorIDParser::SingleID::createInstance() {
73 Transliterator* t;
326 delete (Transliterator*) obj;
452 * objects, into actual Transliterator objects. In the course of
454 * are removed, the NULL transliterator will be added.
475 Transliterator* t;
499 // An empty list is equivalent to a NULL transliterator.
521 t = (Transliterator*) tlist.orphanElementAt(0);
614 * Transliterator to form the following inverse relationships:
892 Transliterator* TransliteratorIDParser::createBasicInstance(const UnicodeString& id, const UnicodeString* canonID) {
893 return Transliterator::createBasicInstance(id, canonID);