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.
|
Modifier and Type | Class and Description |
---|---|
class |
DictionaryBasedBreakIterator
A subclass of RuleBasedBreakIterator that adds the ability to use a dictionary
to further subdivide ranges of text beyond what is possible using just the
state-table-based algorithm.
|
Modifier and Type | Method and Description |
---|---|
static RuleBasedBreakIterator |
RuleBasedBreakIterator.getInstanceFromCompiledRules(java.io.InputStream is)
Deprecated.
This API is ICU internal only.
|
Copyright (c) 2011 IBM Corporation and others.