Home | History | Annotate | Download | only in i18n

Lines Matching full:alias

35  * the create() method on the alias to create the actual
36 * transliterator, and deletes the alias.
44 * Construct a simple alias (type == SIMPLE)
50 * Construct a compound RBT alias (type == COMPOUND)
57 * Construct a rules alias (type = RULES)
78 * Return TRUE if this alias is rule-based. If so, the caller
99 // 1. Simple alias
100 // Here aliasID is the alias string. Everything else is
113 const UnicodeSet* compoundFilter; // alias
164 * Return a non-NULL aliasReturn value if the ID points to an alias.
165 * We cannot instantiate it ourselves because the alias may contain
181 * returns an alias, and [b] the alias is rule based. In that
182 * situation the caller must call alias->parse() to do the parsing
186 * Note: Another alias might be returned by this method.
232 * Register an ID and an alias ID. This adds an entry to the
237 const UnicodeString& alias,