/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | Edits.java | 279 private int srcIndex, replIndex, destIndex; field in Edits.Iterator 310 replIndex += newLength_; in updateNextIndexes() 318 replIndex -= newLength_; in updatePreviousIndexes() 610 replIndex -= n * newLength_; in findIndex() 617 replIndex -= num * newLength_; in findIndex() 625 index = remaining = oldLength_ = newLength_ = srcIndex = replIndex = destIndex = 0; in findIndex() 649 replIndex += n * newLength_; in findIndex() 786 return replIndex; 820 sb.append(replIndex); 822 sb.append(replIndex + newLength_);
|
/third_party/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_);
|
/third_party/icu/icu4c/source/common/ |
D | edits.cpp | 404 srcIndex(0), replIndex(0), destIndex(0) {} in Iterator() 428 replIndex += newLength_; in updateNextIndexes() 436 replIndex -= newLength_; in updatePreviousIndexes() 688 replIndex -= n * newLength_; in findIndex() 695 replIndex -= num * newLength_; in findIndex() 703 index = remaining = oldLength_ = newLength_ = srcIndex = replIndex = destIndex = 0; in findIndex() 727 replIndex += n * newLength_; in findIndex() 794 ICU_Utility::appendNumber(sb, replIndex); in toString() 796 ICU_Utility::appendNumber(sb, replIndex + newLength_); in toString()
|
/third_party/flutter/skia/third_party/externals/icu/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()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | edits.cpp | 404 srcIndex(0), replIndex(0), destIndex(0) {} in Iterator() 428 replIndex += newLength_; in updateNextIndexes() 436 replIndex -= newLength_; in updatePreviousIndexes() 688 replIndex -= n * newLength_; in findIndex() 695 replIndex -= num * newLength_; in findIndex() 703 index = remaining = oldLength_ = newLength_ = srcIndex = replIndex = destIndex = 0; in findIndex() 727 replIndex += n * newLength_; in findIndex() 794 ICU_Utility::appendNumber(sb, replIndex); in toString() 796 ICU_Utility::appendNumber(sb, replIndex + newLength_); in toString()
|
/third_party/node/deps/icu-small/source/common/ |
D | edits.cpp | 404 srcIndex(0), replIndex(0), destIndex(0) {} in Iterator() 428 replIndex += newLength_; in updateNextIndexes() 436 replIndex -= newLength_; in updatePreviousIndexes() 688 replIndex -= n * newLength_; in findIndex() 695 replIndex -= num * newLength_; in findIndex() 703 index = remaining = oldLength_ = newLength_ = srcIndex = replIndex = destIndex = 0; in findIndex() 727 replIndex += n * newLength_; in findIndex() 794 ICU_Utility::appendNumber(sb, replIndex); in toString() 796 ICU_Utility::appendNumber(sb, replIndex + newLength_); in toString()
|
/third_party/icu/icu4c/source/common/unicode/ |
D | edits.h | 212 srcIndex(0), replIndex(0), destIndex(0) {} in Iterator() 382 return replIndex; in replacementIndex() 427 int32_t srcIndex, replIndex, destIndex; member
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | edits.h | 212 srcIndex(0), replIndex(0), destIndex(0) {} in Iterator() 382 return replIndex; in replacementIndex() 427 int32_t srcIndex, replIndex, destIndex; member
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | edits.h | 212 srcIndex(0), replIndex(0), destIndex(0) {} in Iterator() 382 return replIndex; in replacementIndex() 427 int32_t srcIndex, replIndex, destIndex; member
|
/third_party/flutter/skia/third_party/externals/icu/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
|