Home
last modified time | relevance | path

Searched refs:appendZeroCC (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/common/
Dnormalizer2impl.cpp300 UBool ReorderingBuffer::appendZeroCC(UChar32 c, UErrorCode &errorCode) { in appendZeroCC() function in ReorderingBuffer
318 UBool ReorderingBuffer::appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode) { in appendZeroCC() function in ReorderingBuffer
544 buffer->appendZeroCC(prevSrc, src, errorCode); in copyLowPrefixFromNulTerminated()
633 if(!buffer->appendZeroCC(prevSrc, src, errorCode)) { in decompose()
718 return buffer.appendZeroCC(jamos, jamos+Hangul::decompose(c, jamos), errorCode); in decompose()
786 if (!buffer.appendZeroCC(jamos, jamos+Hangul::decompose(c, jamos), errorCode)) { in decomposeShort()
922 buffer.appendZeroCC(p, limit, errorCode); in decomposeAndAppend()
1338 buffer.appendZeroCC(prevBoundary, limit, errorCode); in compose()
1381 … if (prevBoundary != prevSrc && !buffer.appendZeroCC(prevBoundary, prevSrc, errorCode)) { in compose()
1394 … if (prevBoundary != prevSrc && !buffer.appendZeroCC(prevBoundary, prevSrc, errorCode)) { in compose()
[all …]
Dnormalizer2impl.h188 UBool appendZeroCC(UChar32 c, UErrorCode &errorCode);
189 UBool appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode);
/external/icu/libicu/cts_headers/
Dnormalizer2impl.h188 UBool appendZeroCC(UChar32 c, UErrorCode &errorCode);
189 UBool appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DNormalizer2Impl.java234 public void appendZeroCC(int c) { in appendZeroCC() method in Normalizer2Impl.ReorderingBuffer
1569 buffer.appendZeroCC(c); in makeFCD()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNormalizer2Impl.java228 public void appendZeroCC(int c) { in appendZeroCC() method in Normalizer2Impl.ReorderingBuffer
1560 buffer.appendZeroCC(c); in makeFCD()