• Home
  • Raw
  • Download

Lines Matching refs:ReorderingBuffer

40 UBool ReorderingBuffer::init(int32_t destCapacity, UErrorCode &errorCode) {  in init()
65 UBool ReorderingBuffer::equals(const UChar *otherStart, const UChar *otherLimit) const { in equals()
72 UBool ReorderingBuffer::appendSupplementary(UChar32 c, uint8_t cc, UErrorCode &errorCode) { in appendSupplementary()
91 UBool ReorderingBuffer::append(const UChar *s, int32_t length, in append()
129 UBool ReorderingBuffer::appendZeroCC(UChar32 c, UErrorCode &errorCode) { in appendZeroCC()
147 UBool ReorderingBuffer::appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode) { in appendZeroCC()
163 void ReorderingBuffer::remove() { in remove()
169 void ReorderingBuffer::removeSuffix(int32_t suffixLength) { in removeSuffix()
181 UBool ReorderingBuffer::resize(int32_t appendLength, UErrorCode &errorCode) { in resize()
205 void ReorderingBuffer::skipPrevious() { in skipPrevious()
213 uint8_t ReorderingBuffer::previousCC() { in previousCC()
233 void ReorderingBuffer::insert(UChar32 c, uint8_t cc) { in insert()
425 ReorderingBuffer *buffer, in copyLowPrefixFromNulTerminated()
471 ReorderingBuffer buffer(*this, dest); in decompose()
482 ReorderingBuffer *buffer, in decompose()
572 ReorderingBuffer &buffer, in decomposeShort()
586 ReorderingBuffer &buffer, in decompose()
696 ReorderingBuffer &buffer, in decomposeAndAppend()
862 void Normalizer2Impl::recompose(ReorderingBuffer &buffer, int32_t recomposeStartIndex, in recompose()
1083 ReorderingBuffer &buffer, in compose()
1453 ReorderingBuffer &buffer, in composeAndAppend()
1620 ReorderingBuffer *buffer, in makeFCD()
1764 ReorderingBuffer &buffer, in makeFCDAndAppend()