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

  /external/icu/android_icu4j/src/main/java/android/icu/text/
Edits.java 232 private int srcIndex, replIndex, destIndex;
263 replIndex += newLength_;
271 replIndex -= newLength_;
566 replIndex -= n * newLength_;
573 replIndex -= num * newLength_;
581 index = remaining = oldLength_ = newLength_ = srcIndex = replIndex = destIndex = 0;
605 replIndex += n * newLength_;
723 public int replacementIndex() { return replIndex; }
    [all...]
  /external/icu/icu4c/source/common/unicode/
edits.h 152 srcIndex(0), replIndex(0), destIndex(0) {}
296 int32_t replacementIndex() const { return replIndex; }
327 int32_t srcIndex, replIndex, destIndex;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Edits.java 239 private int srcIndex, replIndex, destIndex;
270 replIndex += newLength_;
278 replIndex -= newLength_;
576 replIndex -= n * newLength_;
583 replIndex -= num * newLength_;
591 index = remaining = oldLength_ = newLength_ = srcIndex = replIndex = destIndex = 0;
615 replIndex += n * newLength_;
740 public int replacementIndex() { return replIndex; }
    [all...]

Completed in 131 milliseconds