HomeSort by relevance Sort by last modified time
    Searched refs:appendZeroCC (Results 1 - 2 of 2) sorted by null

  /external/icu4c/common/
normalizer2impl.cpp 127 UBool ReorderingBuffer::appendZeroCC(UChar32 c, UErrorCode &errorCode) {
145 UBool ReorderingBuffer::appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode) {
417 buffer->appendZeroCC(prevSrc, src, errorCode);
478 if(!buffer->appendZeroCC(prevSrc, src, errorCode)) {
543 return buffer.appendZeroCC(jamos, jamos+Hangul::decompose(c, jamos), errorCode);
657 if(limit==NULL) { // appendZeroCC() needs limit!=NULL
662 buffer.appendZeroCC(iter.codePointStart, limit, errorCode);
    [all...]
normalizer2impl.h 164 UBool appendZeroCC(UChar32 c, UErrorCode &errorCode);
165 UBool appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode);

Completed in 32 milliseconds