Home
last modified time | relevance | path

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

/external/icu4c/common/
Dnormalizer2impl.cpp126 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()
[all …]
Dnormalizer2impl.h145 UBool appendZeroCC(UChar32 c, UErrorCode &errorCode);
146 UBool appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode);