HomeSort by relevance Sort by last modified time
    Searched refs:replIndex (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/common/unicode/
edits.h 209 srcIndex(0), replIndex(0), destIndex(0) {}
379 return replIndex;
424 int32_t srcIndex, replIndex, destIndex;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Edits.java 278 private int srcIndex, replIndex, destIndex;
309 replIndex += newLength_;
317 replIndex -= newLength_;
609 replIndex -= n * newLength_;
616 replIndex -= num * newLength_;
624 index = remaining = oldLength_ = newLength_ = srcIndex = replIndex = destIndex = 0;
648 replIndex += n * newLength_;
785 return replIndex;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Edits.java 288 private int srcIndex, replIndex, destIndex;
319 replIndex += newLength_;
327 replIndex -= newLength_;
622 replIndex -= n * newLength_;
629 replIndex -= num * newLength_;
637 index = remaining = oldLength_ = newLength_ = srcIndex = replIndex = destIndex = 0;
661 replIndex += n * newLength_;
    [all...]
  /external/icu/icu4c/source/common/
edits.cpp 403 srcIndex(0), replIndex(0), destIndex(0) {}
427 replIndex += newLength_;
435 replIndex -= newLength_;
687 replIndex -= n * newLength_;
694 replIndex -= num * newLength_;
702 index = remaining = oldLength_ = newLength_ = srcIndex = replIndex = destIndex = 0;
726 replIndex += n * newLength_;
793 ICU_Utility::appendNumber(sb, replIndex);
795 ICU_Utility::appendNumber(sb, replIndex + newLength_);
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 94 milliseconds