Uses of Class
com.ibm.icu.text.CaseMap
-
Packages that use CaseMap 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 CaseMap in com.ibm.icu.text
Subclasses of CaseMap in com.ibm.icu.text Modifier and Type Class Description static class
CaseMap.Fold
Case folding options and methods.static class
CaseMap.Lower
Lowercasing options and methods.static class
CaseMap.Title
Titlecasing options and methods.static class
CaseMap.Upper
Uppercasing options and methods.Methods in com.ibm.icu.text that return CaseMap Modifier and Type Method Description abstract CaseMap
CaseMap. omitUnchangedText()
Returns an instance that behaves like this one but omits unchanged text when case-mapping withEdits
.
-