Searched refs:wIndex (Results 1 – 1 of 1) sorted by relevance
69 int wIndex = 0; in getExtensionIgnoring() local77 while (wIndex < wLen && whole.charAt(wIndex) == c) { in getExtensionIgnoring()78 ++wIndex; in getExtensionIgnoring()83 if (wIndex == wLen || whole.charAt(wIndex) != prefix.charAt(pIndex) ) { in getExtensionIgnoring()87 ++wIndex; in getExtensionIgnoring()89 while (wIndex < wLen && whole.charAt(wIndex) == c) { in getExtensionIgnoring()90 ++wIndex; in getExtensionIgnoring()92 return whole.subSequence(wIndex, wLen); in getExtensionIgnoring()