Uses of Class
com.ibm.icu.text.Edits
Packages that use Edits
Package
Description
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 Edits in com.ibm.icu.text
Methods in com.ibm.icu.text that return EditsModifier and TypeMethodDescriptionEdits.mergeAndAppend
(Edits ab, Edits bc) Merges the two input Edits and appends the result to this object.Methods in com.ibm.icu.text with parameters of type EditsModifier and TypeMethodDescription<A extends Appendable>
ACaseMap.Fold.apply
(CharSequence src, A dest, Edits edits) Case-folds a string and optionally records edits (seeCaseMap.Fold.omitUnchangedText()
).<A extends Appendable>
ACaseMap.Lower.apply
(Locale locale, CharSequence src, A dest, Edits edits) Lowercases a string and optionally records edits (seeCaseMap.Lower.omitUnchangedText()
).<A extends Appendable>
ACaseMap.Title.apply
(Locale locale, BreakIterator iter, CharSequence src, A dest, Edits edits) Titlecases a string and optionally records edits (seeCaseMap.Title.omitUnchangedText()
).<A extends Appendable>
ACaseMap.Upper.apply
(Locale locale, CharSequence src, A dest, Edits edits) Uppercases a string and optionally records edits (seeCaseMap.Upper.omitUnchangedText()
).Edits.mergeAndAppend
(Edits ab, Edits bc) Merges the two input Edits and appends the result to this object.