Lines Matching refs:ReorderingBuffer

38 UBool ReorderingBuffer::init(int32_t destCapacity, UErrorCode &errorCode) {  in init()
63 UBool ReorderingBuffer::equals(const UChar *otherStart, const UChar *otherLimit) const { in equals()
70 UBool ReorderingBuffer::appendSupplementary(UChar32 c, uint8_t cc, UErrorCode &errorCode) { in appendSupplementary()
89 UBool ReorderingBuffer::append(const UChar *s, int32_t length, in append()
127 UBool ReorderingBuffer::appendZeroCC(UChar32 c, UErrorCode &errorCode) { in appendZeroCC()
145 UBool ReorderingBuffer::appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode) { in appendZeroCC()
161 void ReorderingBuffer::remove() { in remove()
167 void ReorderingBuffer::removeSuffix(int32_t suffixLength) { in removeSuffix()
179 UBool ReorderingBuffer::resize(int32_t appendLength, UErrorCode &errorCode) { in resize()
203 void ReorderingBuffer::skipPrevious() { in skipPrevious()
211 uint8_t ReorderingBuffer::previousCC() { in previousCC()
231 void ReorderingBuffer::insert(UChar32 c, uint8_t cc) { in insert()
423 ReorderingBuffer *buffer, in copyLowPrefixFromNulTerminated()
469 ReorderingBuffer buffer(*this, dest); in decompose()
480 ReorderingBuffer *buffer, in decompose()
570 ReorderingBuffer &buffer, in decomposeShort()
584 ReorderingBuffer &buffer, in decompose()
694 ReorderingBuffer &buffer, in decomposeAndAppend()
860 void Normalizer2Impl::recompose(ReorderingBuffer &buffer, int32_t recomposeStartIndex, in recompose()
1081 ReorderingBuffer &buffer, in compose()
1451 ReorderingBuffer &buffer, in composeAndAppend()
1618 ReorderingBuffer *buffer, in makeFCD()
1762 ReorderingBuffer &buffer, in makeFCDAndAppend()