Uses of Class
com.ibm.icu.text.RuleBasedBreakIterator.BreakCache
-
Packages that use RuleBasedBreakIterator.BreakCache 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 RuleBasedBreakIterator.BreakCache in com.ibm.icu.text
Fields in com.ibm.icu.text declared as RuleBasedBreakIterator.BreakCache Modifier and Type Field Description private RuleBasedBreakIterator.BreakCache
RuleBasedBreakIterator. fBreakCache
Cache of previously determined boundary positions.Constructors in com.ibm.icu.text with parameters of type RuleBasedBreakIterator.BreakCache Constructor Description BreakCache(RuleBasedBreakIterator.BreakCache src)
copy constructor, used from RuleBasedBreakIterator.clone().
-