Searched refs:normalizeAndAppend (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Norm2AllModes.java | 122 normalizeAndAppend( in normalizeSecondAndAppend() 127 protected abstract void normalizeAndAppend( in normalizeAndAppend() method in Norm2AllModes.Normalizer2WithImpl 175 protected void normalizeAndAppend( in normalizeAndAppend() method in Norm2AllModes.DecomposeNormalizer2 206 protected void normalizeAndAppend( in normalizeAndAppend() method in Norm2AllModes.ComposeNormalizer2 261 protected void normalizeAndAppend( in normalizeAndAppend() method in Norm2AllModes.FCDNormalizer2
|
/external/icu/icu4c/source/common/ |
D | norm2allmodes.h | 91 normalizeAndAppend(secondArray, secondArray+second.length(), doNormalize, in normalizeSecondAndAppend() 102 normalizeAndAppend(const UChar *src, const UChar *limit, UBool doNormalize, 198 normalizeAndAppend(const UChar *src, const UChar *limit, UBool doNormalize, in normalizeAndAppend() function 230 normalizeAndAppend(const UChar *src, const UChar *limit, UBool doNormalize, in normalizeAndAppend() function 301 normalizeAndAppend(const UChar *src, const UChar *limit, UBool doNormalize, in normalizeAndAppend() function
|
D | normalizer2.cpp | 340 n2wi->normalizeAndAppend(second, secondLength>=0 ? second+secondLength : NULL, in normalizeSecondAndAppend()
|