Searched refs:off0 (Results 1 – 1 of 1) sorted by relevance
4166 int off0 = 0; in prefixOf() local4168 if (!isEqual(key.charAt(off0++), text.charAt(off++))) { in prefixOf()4211 int off0 = 0; in prefixOf() local4213 if (!isEqual(key.charAt(off0++), text.charAt(off++))) { in prefixOf()4277 int off0 = off; in match() local4278 while (off0 < end && isLenientChar(text.charAt(off0))) { in match()4279 off0++; in match()4281 if (off0 < end) { in match()4284 if (isEqual(c.c0, text.charAt(off0))) { in match()4285 pos.setIndex(off0); in match()