Uses of Class
com.ibm.icu.text.TransliteratorIDParser.SingleID
Packages that use TransliteratorIDParser.SingleID
-
Uses of TransliteratorIDParser.SingleID in com.ibm.icu.text
Methods in com.ibm.icu.text that return TransliteratorIDParser.SingleIDModifier and TypeMethodDescriptionTransliteratorIDParser.parseFilterID
(String id, int[] pos) Parse a filter ID, that is, an ID of the general form "[f1] s1-t1/v1", with the filters optional, and the variants optional.TransliteratorIDParser.parseSingleID
(String id, int[] pos, int dir) Parse a single ID, that is, an ID of the general form "[f1] s1-t1/v1 ([f2] s2-t3/v2)", with the parenthesized element optional, the filters optional, and the variants optional.private static TransliteratorIDParser.SingleID
TransliteratorIDParser.specsToID
(TransliteratorIDParser.Specs specs, int dir) Givens a Spec object, convert it to a SingleID object.private static TransliteratorIDParser.SingleID
TransliteratorIDParser.specsToSpecialInverse
(TransliteratorIDParser.Specs specs) Given a Specs object, return a SingleID representing the special inverse of that ID.Method parameters in com.ibm.icu.text with type arguments of type TransliteratorIDParser.SingleIDModifier and TypeMethodDescription(package private) static List<Transliterator>
TransliteratorIDParser.instantiateList
(List<TransliteratorIDParser.SingleID> ids) Returns the list of Transliterator objects for the given list of SingleID objects.static boolean
TransliteratorIDParser.parseCompoundID
(String id, int dir, StringBuffer canonID, List<TransliteratorIDParser.SingleID> list, UnicodeSet[] globalFilter) Parse a compound ID, consisting of an optional forward global filter, a separator, one or more single IDs delimited by separators, an an optional reverse global filter.