Searched refs:bytesToCheck (Results 1 – 4 of 4) sorted by relevance
69 int bytesToCheck = Math.min(input.length, 30); in match() local70 for (int charIndex=0; charIndex<bytesToCheck-1; charIndex+=2) { in match()81 if (bytesToCheck < 4 && confidence < 100) { in match()105 int bytesToCheck = Math.min(input.length, 30); in match() local106 for (int charIndex=0; charIndex<bytesToCheck-1; charIndex+=2) { in match()117 if (bytesToCheck < 4 && confidence < 100) { in match()
68 int bytesToCheck = Math.min(input.length, 30); in match() local69 for (int charIndex=0; charIndex<bytesToCheck-1; charIndex+=2) { in match()80 if (bytesToCheck < 4 && confidence < 100) { in match()104 int bytesToCheck = Math.min(input.length, 30); in match() local105 for (int charIndex=0; charIndex<bytesToCheck-1; charIndex+=2) { in match()116 if (bytesToCheck < 4 && confidence < 100) { in match()
61 int32_t bytesToCheck = (length > 30) ? 30 : length; in match() local62 for (int32_t charIndex=0; charIndex<bytesToCheck-1; charIndex+=2) { in match()73 if (bytesToCheck < 4 && confidence < 100) { in match()96 int32_t bytesToCheck = (length > 30) ? 30 : length; in match() local97 for (int32_t charIndex=0; charIndex<bytesToCheck-1; charIndex+=2) { in match()111 if (bytesToCheck < 4 && confidence < 100) { in match()
40 private int bytesToCheck; field in DvbSubtitleReader82 bytesToCheck = 2; in packetStarted()98 if (bytesToCheck == 2 && !checkNextByte(data, 0x20)) { in consume()102 if (bytesToCheck == 1 && !checkNextByte(data, 0x00)) { in consume()123 bytesToCheck--; in checkNextByte()