Home | History | Annotate | Download | only in i18n

Lines Matching refs:byteIndex

23  : ngram(0), byteIndex(0)
96 if (byteIndex >= det->fInputLen) {
100 return det->fInputBytes[byteIndex++];
193 if (byteIndex >= det->fInputLen || det->fInputBytes[byteIndex] == 0) {
198 alef = isLamAlef(det->fInputBytes[byteIndex]);
202 next = unshapeMap_IBM420[det->fInputBytes[byteIndex]& 0xFF] & 0xFF;
204 byteIndex++;