Home | History | Annotate | Download | only in i18n

Lines Matching refs:fInputBytes

100     return det->fInputBytes[byteIndex++];
194 if (byteIndex >= det->fInputLen || det->fInputBytes[byteIndex] == 0) {
199 alef = isLamAlef(det->fInputBytes[byteIndex]);
203 next = unshapeMap_IBM420[det->fInputBytes[byteIndex]& 0xFF] & 0xFF;