Uses of Class
com.ibm.icu.impl.RuleCharacterIterator
Packages that use RuleCharacterIterator
-
Uses of RuleCharacterIterator in com.ibm.icu.text
Methods in com.ibm.icu.text with parameters of type RuleCharacterIteratorModifier and TypeMethodDescriptionprivate void
UnicodeSet.applyPattern
(RuleCharacterIterator chars, SymbolTable symbols, Appendable rebuiltPat, int options, int depth) Parse the pattern from the given RuleCharacterIterator.private void
UnicodeSet.applyPropertyPattern
(RuleCharacterIterator chars, Appendable rebuiltPat, SymbolTable symbols) Parse a property pattern.private static boolean
UnicodeSet.resemblesPropertyPattern
(RuleCharacterIterator chars, int iterOpts) Return true if the given iterator appears to point at a property pattern.private static void
UnicodeSet.syntaxError
(RuleCharacterIterator chars, String msg)