Lines Matching refs:appendZeroCC
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()
1788 buffer.appendZeroCC(src, limit, errorCode); in makeFCDAndAppend()