Home | History | Annotate | Download | only in phonenumbers

Lines Matching defs:searchIndex

208   private int searchIndex = 0;
242 * Attempts to find the next subsequence in the searched sequence on or after {@code searchIndex}
695 lastMatch = find(searchIndex);
699 searchIndex = lastMatch.end();