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

  /external/nist-sip/java/gov/nist/core/
StringTokenizer.java 58 int startIdx = ptr;
68 return buffer.substring(startIdx, ptr);
113 int startIdx = ptr;
120 return buffer.substring(startIdx, ptr);
175 int startIdx = ptr;
184 return buffer.substring(startIdx, ptr);
  /external/chromium/third_party/icu/public/i18n/unicode/
usearch.h 669 * When beginning a search, the initial starting position, startIdx,
672 * starting point will not supress a match beginning at startIdx.
683 * @param startIdx The index into the text to begin the search.
699 int32_t startIdx,
729 * When beginning a search, the initial starting position, startIdx,
732 * starting point will not supress a match beginning at startIdx.
    [all...]
regex.h     [all...]
  /external/icu4c/i18n/unicode/
usearch.h 732 * When beginning a search, the initial starting position, startIdx,
735 * starting point will not supress a match beginning at startIdx.
746 * @param startIdx The index into the text to begin the search.
    [all...]
regex.h     [all...]
  /external/jdiff/src/jdiff/
Comments.java 203 int startIdx = comments.commentsList_.indexOf(key);
205 int numIdx = endIdx - startIdx + 1;
  /external/chromium/third_party/icu/source/i18n/
usearch.cpp     [all...]
rematch.cpp     [all...]
  /external/icu4c/i18n/
usearch.cpp     [all...]
rematch.cpp     [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
CopyOnWriteArrayList.java 870 public ListIterator listIterator(int startIdx) {
871 return new SubListIterator(startIdx, read);
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]

Completed in 808 milliseconds