Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dnormalizer2impl.cpp129 UBool ReorderingBuffer::appendZeroCC(UChar32 c, UErrorCode &errorCode) { in appendZeroCC() function in ReorderingBuffer
147 UBool ReorderingBuffer::appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode) { in appendZeroCC() function in ReorderingBuffer
439 buffer->appendZeroCC(prevSrc, src, errorCode); in copyLowPrefixFromNulTerminated()
532 if(!buffer->appendZeroCC(prevSrc, src, errorCode)) { in decompose()
597 return buffer.appendZeroCC(jamos, jamos+Hangul::decompose(c, jamos), errorCode); in decompose()
716 buffer.appendZeroCC(iter.codePointStart, limit, errorCode); in decomposeAndAppend()
1151 if(!buffer.appendZeroCC(prevSrc, src, errorCode)) { in compose()
1480 buffer.appendZeroCC(src, limit, errorCode); in composeAndAppend()
1686 if(buffer!=NULL && !buffer->appendZeroCC(prevSrc, src, errorCode)) { in makeFCD()
1728 if(buffer!=NULL && !buffer->appendZeroCC(c, errorCode)) { in makeFCD()
[all …]
Dnormalizer2impl.h169 UBool appendZeroCC(UChar32 c, UErrorCode &errorCode);
170 UBool appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DNormalizer2Impl.java220 public void appendZeroCC(int c) { in appendZeroCC() method in Normalizer2Impl.ReorderingBuffer
1524 buffer.appendZeroCC(c); in makeFCD()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNormalizer2Impl.java216 public void appendZeroCC(int c) { in appendZeroCC() method in Normalizer2Impl.ReorderingBuffer
1520 buffer.appendZeroCC(c); in makeFCD()