Searched refs:CharsAppendable (Results 1 – 3 of 3) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | Normalizer.java | 757 CharsAppendable app = new CharsAppendable(dest, destStart, destLimit); in compose() 841 CharsAppendable app = new CharsAppendable(dest, destStart, destLimit); in decompose() 931 CharsAppendable app = new CharsAppendable(dest, destStart, destLimit); in normalize() 2563 private static final class CharsAppendable implements Appendable { class in Normalizer 2564 public CharsAppendable(char[] dest, int destStart, int destLimit) { in CharsAppendable() method in Normalizer.CharsAppendable
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Normalizer.java | 739 CharsAppendable app = new CharsAppendable(dest, destStart, destLimit); in compose() 819 CharsAppendable app = new CharsAppendable(dest, destStart, destLimit); in decompose() 905 CharsAppendable app = new CharsAppendable(dest, destStart, destLimit); in normalize() 2512 private static final class CharsAppendable implements Appendable { class in Normalizer 2513 public CharsAppendable(char[] dest, int destStart, int destLimit) { in CharsAppendable() method in Normalizer.CharsAppendable
|
/external/icu/icu4j/ |
D | coverage-exclusion.txt | 856 com/ibm/icu/text/Normalizer$CharsAppendable#append:(C)Ljava/lang/Appendable;
|