Home | History | Annotate | Download | only in i18n

Lines Matching full:alias

60 // Alias
431 ALIAS,
437 UnicodeString stringArg; // For RULES_*, ALIAS, COMPOUND_RBT
555 // reg->get() inside the mutex, they'll get back an alias, they call
556 // alias->isRuleBased(), and if they get TRUE, they call alias->parse()
561 // alias->parse() and reg->reget(), that another thread will have
572 entry->entryType = TransliteratorEntry::ALIAS;
582 entry->entryType = TransliteratorEntry::ALIAS;
664 const UnicodeString& alias,
671 entry->entryType = TransliteratorEntry::ALIAS;
673 entry->stringArg.setTo(TRUE, alias.getBuffer(), -1);
676 entry->stringArg = alias;
1237 * Return a non-empty aliasReturn value if the ID points to an alias.
1238 * We cannot instantiate it ourselves because the alias may contain
1265 case TransliteratorEntry::ALIAS: