Searched refs:mainBytes (Results 1 – 1 of 1) sorted by relevance
4313 private boolean containsMatch(byte[] mainBytes, byte[] findBytes) { in containsMatch() argument4314 for (int i = 0; i < mainBytes.length - findBytes.length; i++) { in containsMatch()4316 if (mainBytes[i + j] != findBytes[j]) { in containsMatch()