Searched refs:lastOcc (Results 1 – 2 of 2) sorted by relevance
545 private boolean match(char[] src, byte[] b, int[] lastOcc, int[] optoSft) { in match() argument555 i += Math.max(j + 1 - lastOcc[c&0x7F], optoSft[j]); in match()
111 private boolean match(char[] src, byte[] b, int[] lastOcc, int[] optoSft) { in match() argument