Uses of Class
com.ibm.icu.text.RuleBasedBreakIterator
-
Packages that use RuleBasedBreakIterator Package Description com.ibm.icu.dev.test.perf 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 in com.ibm.icu.dev.test.perf
Fields in com.ibm.icu.dev.test.perf declared as RuleBasedBreakIterator Modifier and Type Field Description (package private) RuleBasedBreakIterator
RBBIPerf. bi
-
Uses of RuleBasedBreakIterator in com.ibm.icu.text
Methods in com.ibm.icu.text that return RuleBasedBreakIterator Modifier and Type Method Description static RuleBasedBreakIterator
RuleBasedBreakIterator. getInstanceFromCompiledRules(java.io.InputStream is)
Create a break iterator from a precompiled set of break rules.static RuleBasedBreakIterator
RuleBasedBreakIterator. getInstanceFromCompiledRules(java.nio.ByteBuffer bytes)
Deprecated.This API is ICU internal only.(package private) static RuleBasedBreakIterator
RuleBasedBreakIterator. getInstanceFromCompiledRules(java.nio.ByteBuffer bytes, boolean phraseBreaking)
This factory method doesn't have an access modifier; it is only accessible in the same package.
-