Searched defs:optoSft (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/jar/
H A DJarFile.java516 * The {@code lastOcc} and {@code optoSft} arrays are the precomputed
519 private boolean match(char[] src, byte[] b, int[] lastOcc, int[] optoSft) { argument
529 i += Math.max(j + 1 - lastOcc[c&0x7F], optoSft[j]);

Completed in 35 milliseconds