Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dnormalizer2impl.cpp301 UBool ReorderingBuffer::appendZeroCC(UChar32 c, UErrorCode &errorCode) { in appendZeroCC() function in ReorderingBuffer
319 UBool ReorderingBuffer::appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode) { in appendZeroCC() function in ReorderingBuffer
545 buffer->appendZeroCC(prevSrc, src, errorCode); in copyLowPrefixFromNulTerminated()
634 if(!buffer->appendZeroCC(prevSrc, src, errorCode)) { in decompose()
719 return buffer.appendZeroCC(jamos, jamos+Hangul::decompose(c, jamos), errorCode); in decompose()
787 if (!buffer.appendZeroCC(jamos, jamos+Hangul::decompose(c, jamos), errorCode)) { in decomposeShort()
923 buffer.appendZeroCC(p, limit, errorCode); in decomposeAndAppend()
1339 buffer.appendZeroCC(prevBoundary, limit, errorCode); in compose()
1382 … if (prevBoundary != prevSrc && !buffer.appendZeroCC(prevBoundary, prevSrc, errorCode)) { in compose()
1395 … 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/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()