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 | Method and Description |
---|---|
RuleBasedCollator |
RuleBasedCollator.cloneAsThawed()
Provides for the clone operation.
|
RuleBasedCollator |
StringSearch.getCollator()
Gets the RuleBasedCollator used for the language rules.
|
RuleBasedCollator |
AlphabeticIndex.getCollator()
Get a clone of the collator used internally.
|
Modifier and Type | Method and Description |
---|---|
void |
StringSearch.setCollator(RuleBasedCollator collator)
Sets the RuleBasedCollator to be used for language-specific searching.
|
Constructor and Description |
---|
AlphabeticIndex(ULocale locale,
RuleBasedCollator collator,
UnicodeSet exemplarChars)
Deprecated.
This API is ICU internal only, for testing purposes and use with CLDR.
|
StringSearch(java.lang.String pattern,
java.text.CharacterIterator target,
RuleBasedCollator collator)
Initializes the iterator to use the language-specific rules defined in
the argument collator to search for argument pattern in the argument
target text.
|
StringSearch(java.lang.String pattern,
java.text.CharacterIterator target,
RuleBasedCollator collator,
BreakIterator breakiter)
Initializes the iterator to use the language-specific rules defined in
the argument collator to search for argument pattern in the argument
target text.
|
Copyright (c) 2012 IBM Corporation and others.