| Package | Description |
|---|---|
| com.ibm.icu.text |
| Modifier and Type | Method and Description |
|---|---|
Edits |
Edits.mergeAndAppend(Edits ab,
Edits bc)
Merges the two input Edits and appends the result to this object.
|
| Modifier and Type | Method and Description |
|---|---|
<A extends Appendable> |
CaseMap.Fold.apply(CharSequence src,
A dest,
Edits edits)
Case-folds a string and optionally records edits (see
CaseMap.Fold.omitUnchangedText()). |
<A extends Appendable> |
CaseMap.Title.apply(Locale locale,
BreakIterator iter,
CharSequence src,
A dest,
Edits edits)
Titlecases a string and optionally records edits (see
CaseMap.Title.omitUnchangedText()). |
<A extends Appendable> |
CaseMap.Lower.apply(Locale locale,
CharSequence src,
A dest,
Edits edits)
Lowercases a string and optionally records edits (see
CaseMap.Lower.omitUnchangedText()). |
<A extends Appendable> |
CaseMap.Upper.apply(Locale locale,
CharSequence src,
A dest,
Edits edits)
Uppercases a string and optionally records edits (see
CaseMap.Upper.omitUnchangedText()). |
Edits |
Edits.mergeAndAppend(Edits ab,
Edits bc)
Merges the two input Edits and appends the result to this object.
|
Copyright © 2016 Unicode, Inc. and others.