Searched refs:haystack (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/javax/imageio/plugins/png/
H A DItxtUtf8Test.java229 private static final int findBytes(byte[] needle, byte[] haystack) { argument
230 HAYSTACK: for (int h = 0; h <= haystack.length - needle.length; ++h) {
232 if (needle[n] != haystack[h + n]) {

Completed in 113 milliseconds