Searched refs:replIndex (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Edits.java | 288 private int srcIndex, replIndex, destIndex; field in Edits.Iterator 319 replIndex += newLength_; in updateNextIndexes() 327 replIndex -= newLength_; in updatePreviousIndexes() 622 replIndex -= n * newLength_; in findIndex() 629 replIndex -= num * newLength_; in findIndex() 637 index = remaining = oldLength_ = newLength_ = srcIndex = replIndex = destIndex = 0; in findIndex() 661 replIndex += n * newLength_; in findIndex() 805 return replIndex; 841 sb.append(replIndex); 843 sb.append(replIndex + newLength_);
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | Edits.java | 278 private int srcIndex, replIndex, destIndex; field in Edits.Iterator 309 replIndex += newLength_; in updateNextIndexes() 317 replIndex -= newLength_; in updatePreviousIndexes() 609 replIndex -= n * newLength_; in findIndex() 616 replIndex -= num * newLength_; in findIndex() 624 index = remaining = oldLength_ = newLength_ = srcIndex = replIndex = destIndex = 0; in findIndex() 648 replIndex += n * newLength_; in findIndex() 785 return replIndex; 819 sb.append(replIndex); 821 sb.append(replIndex + newLength_);
|
/external/icu/icu4c/source/common/ |
D | edits.cpp | 403 srcIndex(0), replIndex(0), destIndex(0) {} in Iterator() 427 replIndex += newLength_; in updateNextIndexes() 435 replIndex -= newLength_; in updatePreviousIndexes() 687 replIndex -= n * newLength_; in findIndex() 694 replIndex -= num * newLength_; in findIndex() 702 index = remaining = oldLength_ = newLength_ = srcIndex = replIndex = destIndex = 0; in findIndex() 726 replIndex += n * newLength_; in findIndex() 793 ICU_Utility::appendNumber(sb, replIndex); in toString() 795 ICU_Utility::appendNumber(sb, replIndex + newLength_); in toString()
|
/external/icu/icu4c/source/common/unicode/ |
D | edits.h | 209 srcIndex(0), replIndex(0), destIndex(0) {} in Iterator() 379 return replIndex; in replacementIndex() 424 int32_t srcIndex, replIndex, destIndex; member
|