• Home
  • Raw
  • Download

Lines Matching refs:Edits

38 void Edits::releaseArray() U_NOEXCEPT {  in releaseArray()
44 Edits &Edits::copyArray(const Edits &other) { in copyArray()
66 Edits &Edits::moveArray(Edits &src) U_NOEXCEPT { in moveArray()
88 Edits &Edits::operator=(const Edits &other) { in operator =()
96 Edits &Edits::operator=(Edits &&src) U_NOEXCEPT { in operator =()
104 Edits::~Edits() { in ~Edits()
108 void Edits::reset() U_NOEXCEPT { in reset()
113 void Edits::addUnchanged(int32_t unchangedLength) { in addUnchanged()
141 void Edits::addReplace(int32_t oldLength, int32_t newLength) { in addReplace()
209 void Edits::append(int32_t r) { in append()
215 UBool Edits::growArray() { in growArray()
246 UBool Edits::copyErrorTo(UErrorCode &outErrorCode) { in copyErrorTo()
253 Edits &Edits::mergeAndAppend(const Edits &ab, const Edits &bc, UErrorCode &errorCode) { in mergeAndAppend()
399 Edits::Iterator::Iterator(const uint16_t *a, int32_t len, UBool oc, UBool crs) : in Iterator()
405 int32_t Edits::Iterator::readLength(int32_t head) { in readLength()
424 void Edits::Iterator::updateNextIndexes() { in updateNextIndexes()
432 void Edits::Iterator::updatePreviousIndexes() { in updatePreviousIndexes()
440 UBool Edits::Iterator::noNext() { in noNext()
448 UBool Edits::Iterator::next(UBool onlyChanges, UErrorCode &errorCode) { in next()
544 UBool Edits::Iterator::previous(UErrorCode &errorCode) { in previous()
653 int32_t Edits::Iterator::findIndex(int32_t i, UBool findSource, UErrorCode &errorCode) { in findIndex()
740 int32_t Edits::Iterator::destinationIndexFromSourceIndex(int32_t i, UErrorCode &errorCode) { in destinationIndexFromSourceIndex()
759 int32_t Edits::Iterator::sourceIndexFromDestinationIndex(int32_t i, UErrorCode &errorCode) { in sourceIndexFromDestinationIndex()
778 UnicodeString& Edits::Iterator::toString(UnicodeString& sb) const { in toString()