Home | History | Annotate | Download | only in i18n

Lines Matching defs:ALIAS

58 // Alias
429 ALIAS,
435 UnicodeString stringArg; // For RULES_*, ALIAS, COMPOUND_RBT
553 // reg->get() inside the mutex, they'll get back an alias, they call
554 // alias->isRuleBased(), and if they get TRUE, they call alias->parse()
559 // alias->parse() and reg->reget(), that another thread will have
570 entry->entryType = TransliteratorEntry::ALIAS;
580 entry->entryType = TransliteratorEntry::ALIAS;
662 const UnicodeString& alias,
669 entry->entryType = TransliteratorEntry::ALIAS;
671 entry->stringArg.setTo(TRUE, alias.getBuffer(), -1);
674 entry->stringArg = alias;
1235 * Return a non-empty aliasReturn value if the ID points to an alias.
1236 * We cannot instantiate it ourselves because the alias may contain
1263 case TransliteratorEntry::ALIAS: