Searched refs:offsetInText (Results 1 – 2 of 2) sorted by relevance
1123 private static int matchesAt(CharSequence text, int offsetInText, CharSequence substring) { in matchesAt() argument1126 if (textLength + offsetInText > len) { in matchesAt()1130 for (int j = offsetInText; i < len; ++i, ++j) { in matchesAt()
1061 private static int matchesAt(CharSequence text, int offsetInText, CharSequence substring) { in matchesAt() argument1064 if (textLength + offsetInText > len) { in matchesAt()1068 for (int j = offsetInText; i < len; ++i, ++j) { in matchesAt()