Home | History | Annotate | Download | only in text

Lines Matching defs:nextByte

109         private int nextByte(CharsetDetector det)
123 while ((b = nextByte(det)) >= 0) {
216 private int nextByte(CharsetDetector det)
240 while ((b = nextByte(det)) >= 0) {