Searched refs:off0 (Results 1 – 1 of 1) sorted by relevance
4746 int off0 = 0; in prefixOf() local4748 if (!isEqual(key.charAt(off0++), text.charAt(off++))) { in prefixOf()4791 int off0 = 0; in prefixOf() local4793 if (!isEqual(key.charAt(off0++), text.charAt(off++))) { in prefixOf()4857 int off0 = off; in match() local4858 while (off0 < end && isLenientChar(text.charAt(off0))) { in match()4859 off0++; in match()4861 if (off0 < end) { in match()4864 if (isEqual(c.c0, text.charAt(off0))) { in match()4865 pos.setIndex(off0); in match()