Uses of Class
com.ibm.icu.impl.RuleCharacterIterator
-
Packages that use RuleCharacterIterator Package Description com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. -
-
Uses of RuleCharacterIterator in com.ibm.icu.text
Methods in com.ibm.icu.text with parameters of type RuleCharacterIterator Modifier and Type Method Description private void
UnicodeSet. applyPattern(RuleCharacterIterator chars, SymbolTable symbols, java.lang.Appendable rebuiltPat, int options, int depth)
Parse the pattern from the given RuleCharacterIterator.private void
UnicodeSet. applyPropertyPattern(RuleCharacterIterator chars, java.lang.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, java.lang.String msg)
-