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 |
---|---|
CaseMap.Title |
CaseMap.Title.noBreakAdjustment()
Returns an instance that behaves like this one but
does not adjust the titlecasing indexes from BreakIterator::next() indexes;
titlecases exactly the characters at breaks from the iterator.
|
CaseMap.Title |
CaseMap.Title.noLowercase()
Returns an instance that behaves like this one but
does not lowercase non-initial parts of words when titlecasing.
|
CaseMap.Title |
CaseMap.Title.omitUnchangedText()
Returns an instance that behaves like this one but
omits unchanged text when case-mapping with
Edits . |
static CaseMap.Title |
CaseMap.toTitle() |
Copyright ? 2016 Unicode, Inc. and others.