Searched refs:fInputBytes (Results 1 – 8 of 8) sorted by relevance
29 … : fInputBytes(NEW_ARRAY(uint8_t, BUFFER_SIZE)), // The text to be checked. Markup will have been in InputText()37 if (fInputBytes == NULL || fByteStats == NULL) { in InputText()46 DELETE_ARRAY(fInputBytes); in ~InputText()111 fInputBytes[dsti++] = b; in MungeInput()137 fInputBytes[srci] = fRawInput[srci]; in MungeInput()151 fByteStats[fInputBytes[srci]] += 1; in MungeInput()
149 int32_t confidence = match_2022(textIn->fInputBytes, in match()165 int32_t confidence = match_2022(textIn->fInputBytes, in match()180 int32_t confidence = match_2022(textIn->fInputBytes, in match()
100 return det->fInputBytes[byteIndex++]; in nextByte()193 if (byteIndex >= det->fInputLen || det->fInputBytes[byteIndex] == 0) { in nextByte()198 alef = isLamAlef(det->fInputBytes[byteIndex]); in nextByte()202 next = unshapeMap_IBM420[det->fInputBytes[byteIndex]& 0xFF] & 0xFF; in nextByte()
41 uint8_t *fInputBytes; variable
119 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences); in match()134 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences); in match()159 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences); in match()
361 for (srci = 0; srci < fRawLength && dsti < fInputBytes.length; srci++) { in MungeInput()372 fInputBytes[dsti++] = b; in MungeInput()397 fInputBytes[srci] = fRawInput[srci]; in MungeInput()408 int val = fInputBytes[srci] & 0x00ff; in MungeInput()426 byte[] fInputBytes = // The text to be checked. Markup will have been field in CharsetDetector
112 return det.fInputBytes[byteIndex++] & 0xFF; in nextByte()215 if (byteIndex >= det.fInputLen || det.fInputBytes[byteIndex] == 0) { in nextByte()220 alef = isLamAlef(det.fInputBytes[byteIndex]); in nextByte()224 next = unshapeMap[det.fInputBytes[byteIndex]& 0xFF] & 0xFF; in nextByte()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...