Searched refs:replacementChars (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/common/ |
D | unistr_case.cpp | 158 UChar replacementChars[200]; in caseMap() local 166 replacementChars, UPRV_LENGTHOF(replacementChars), in caseMap() 176 replacementChars, ei.replacementIndex(), ei.newLength()); in caseMap()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | CaseMapImpl.java | 411 … private static String applyEdits(CharSequence src, StringBuilder replacementChars, Edits edits) { in applyEdits() argument 419 result.append(replacementChars, i, i + ei.newLength()); in applyEdits() 594 StringBuilder replacementChars = toLower( in toLower() local 596 return applyEdits(src, replacementChars, edits); in toLower() 624 StringBuilder replacementChars = toUpper( in toUpper() local 626 return applyEdits(src, replacementChars, edits); in toUpper() 657 StringBuilder replacementChars = toTitle( in toTitle() local 660 return applyEdits(src, replacementChars, edits); in toTitle() 787 StringBuilder replacementChars = fold( in fold() local 789 return applyEdits(src, replacementChars, edits); in fold()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | CaseMapImpl.java | 406 … private static String applyEdits(CharSequence src, StringBuilder replacementChars, Edits edits) { in applyEdits() argument 414 result.append(replacementChars, i, i + ei.newLength()); in applyEdits() 589 StringBuilder replacementChars = toLower( in toLower() local 591 return applyEdits(src, replacementChars, edits); in toLower() 619 StringBuilder replacementChars = toUpper( in toUpper() local 621 return applyEdits(src, replacementChars, edits); in toUpper() 652 StringBuilder replacementChars = toTitle( in toTitle() local 655 return applyEdits(src, replacementChars, edits); in toTitle() 782 StringBuilder replacementChars = fold( in fold() local 784 return applyEdits(src, replacementChars, edits); in fold()
|
/external/guava/guava/src/com/google/common/escape/ |
D | Escapers.java | 157 private final char[] replacementChars = in build() 160 return replacementChars; in build()
|