Lines Matching refs:appendZeroCC
126 UBool ReorderingBuffer::appendZeroCC(UChar32 c, UErrorCode &errorCode) { in appendZeroCC() function in ReorderingBuffer
144 UBool ReorderingBuffer::appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode) { in appendZeroCC() function in ReorderingBuffer
394 buffer->appendZeroCC(prevSrc, src, errorCode); in copyLowPrefixFromNulTerminated()
455 if(!buffer->appendZeroCC(prevSrc, src, errorCode)) { in decompose()
520 return buffer.appendZeroCC(jamos, jamos+Hangul::decompose(c, jamos), errorCode); in decompose()
593 buffer.appendZeroCC(iter.codePointStart, limit, errorCode); in decomposeAndAppend()
978 if(!buffer.appendZeroCC(prevSrc, src, errorCode)) { in compose()
1307 buffer.appendZeroCC(src, limit, errorCode); in composeAndAppend()
1587 if(buffer!=NULL && !buffer->appendZeroCC(prevSrc, src, errorCode)) { in makeFCD()
1628 if(buffer!=NULL && !buffer->appendZeroCC(c, errorCode)) { in makeFCD()
1690 buffer.appendZeroCC(src, limit, errorCode); in makeFCDAndAppend()