Searched refs:appendZeroCC (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/common/ |
D | normalizer2impl.cpp | 127 UBool ReorderingBuffer::appendZeroCC(UChar32 c, UErrorCode &errorCode) { in appendZeroCC() function in ReorderingBuffer 145 UBool ReorderingBuffer::appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode) { in appendZeroCC() function in ReorderingBuffer 437 buffer->appendZeroCC(prevSrc, src, errorCode); in copyLowPrefixFromNulTerminated() 530 if(!buffer->appendZeroCC(prevSrc, src, errorCode)) { in decompose() 595 return buffer.appendZeroCC(jamos, jamos+Hangul::decompose(c, jamos), errorCode); in decompose() 714 buffer.appendZeroCC(iter.codePointStart, limit, errorCode); in decomposeAndAppend() 1149 if(!buffer.appendZeroCC(prevSrc, src, errorCode)) { in compose() 1478 buffer.appendZeroCC(src, limit, errorCode); in composeAndAppend() 1684 if(buffer!=NULL && !buffer->appendZeroCC(prevSrc, src, errorCode)) { in makeFCD() 1726 if(buffer!=NULL && !buffer->appendZeroCC(c, errorCode)) { in makeFCD() [all …]
|
D | normalizer2impl.h | 167 UBool appendZeroCC(UChar32 c, UErrorCode &errorCode); 168 UBool appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode);
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Normalizer2Impl.java | 213 public void appendZeroCC(int c) { in appendZeroCC() method in Normalizer2Impl.ReorderingBuffer 1520 buffer.appendZeroCC(c); in makeFCD()
|