Home
last modified time | relevance | path

Searched refs:fInputBytes (Results 1 – 18 of 18) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/
Dinputext.cpp29 … : fInputBytes(NEW_ARRAY(uint8_t, BUFFER_SIZE)), // The text to be checked. Markup will have been in InputText()
37 if (fInputBytes == nullptr || fByteStats == nullptr) { 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()
Dcsr2022.cpp150 int32_t confidence = match_2022(textIn->fInputBytes, in match()
166 int32_t confidence = match_2022(textIn->fInputBytes, in match()
181 int32_t confidence = match_2022(textIn->fInputBytes, in match()
Dcsrsbcs.cpp101 return det->fInputBytes[byteIndex++]; in nextByte()
195 if (byteIndex >= det->fInputLen || det->fInputBytes[byteIndex] == 0) { in nextByte()
200 alef = isLamAlef(det->fInputBytes[byteIndex]); in nextByte()
204 next = unshapeMap_IBM420[det->fInputBytes[byteIndex]& 0xFF] & 0xFF; in nextByte()
Dinputext.h43 uint8_t *fInputBytes; variable
/third_party/skia/third_party/externals/icu/source/i18n/
Dinputext.cpp29 … : 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()
Dcsr2022.cpp150 int32_t confidence = match_2022(textIn->fInputBytes, in match()
166 int32_t confidence = match_2022(textIn->fInputBytes, in match()
181 int32_t confidence = match_2022(textIn->fInputBytes, in match()
Dcsrsbcs.cpp101 return det->fInputBytes[byteIndex++]; in nextByte()
195 if (byteIndex >= det->fInputLen || det->fInputBytes[byteIndex] == 0) { in nextByte()
200 alef = isLamAlef(det->fInputBytes[byteIndex]); in nextByte()
204 next = unshapeMap_IBM420[det->fInputBytes[byteIndex]& 0xFF] & 0xFF; in nextByte()
Dinputext.h43 uint8_t *fInputBytes; variable
/third_party/icu/icu4c/source/i18n/
Dinputext.cpp29 … : 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()
Dcsr2022.cpp150 int32_t confidence = match_2022(textIn->fInputBytes, in match()
166 int32_t confidence = match_2022(textIn->fInputBytes, in match()
181 int32_t confidence = match_2022(textIn->fInputBytes, in match()
Dcsrsbcs.cpp101 return det->fInputBytes[byteIndex++]; in nextByte()
195 if (byteIndex >= det->fInputLen || det->fInputBytes[byteIndex] == 0) { in nextByte()
200 alef = isLamAlef(det->fInputBytes[byteIndex]); in nextByte()
204 next = unshapeMap_IBM420[det->fInputBytes[byteIndex]& 0xFF] & 0xFF; in nextByte()
Dinputext.h43 uint8_t *fInputBytes; variable
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCharsetRecog_2022.java124 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences); in match()
141 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences); in match()
168 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences); in match()
DCharsetDetector.java342 for (srci = 0; srci < fRawLength && dsti < fInputBytes.length; srci++) { in MungeInput()
353 fInputBytes[dsti++] = b; in MungeInput()
378 fInputBytes[srci] = fRawInput[srci]; in MungeInput()
389 int val = fInputBytes[srci] & 0x00ff; in MungeInput()
407 byte[] fInputBytes = // The text to be checked. Markup will have been field in CharsetDetector
DCharsetRecog_sbcs.java116 return det.fInputBytes[byteIndex++] & 0xFF; in nextByte()
219 if (byteIndex >= det.fInputLen || det.fInputBytes[byteIndex] == 0) { in nextByte()
224 alef = isLamAlef(det.fInputBytes[byteIndex]); in nextByte()
228 next = unshapeMap[det.fInputBytes[byteIndex]& 0xFF] & 0xFF; in nextByte()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsetRecog_2022.java123 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences); in match()
140 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences); in match()
167 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences); in match()
DCharsetDetector.java363 for (srci = 0; srci < fRawLength && dsti < fInputBytes.length; srci++) { in MungeInput()
374 fInputBytes[dsti++] = b; in MungeInput()
399 fInputBytes[srci] = fRawInput[srci]; in MungeInput()
410 int val = fInputBytes[srci] & 0x00ff; in MungeInput()
428 byte[] fInputBytes = // The text to be checked. Markup will have been field in CharsetDetector
DCharsetRecog_sbcs.java115 return det.fInputBytes[byteIndex++] & 0xFF; in nextByte()
218 if (byteIndex >= det.fInputLen || det.fInputBytes[byteIndex] == 0) { in nextByte()
223 alef = isLamAlef(det.fInputBytes[byteIndex]); in nextByte()
227 next = unshapeMap[det.fInputBytes[byteIndex]& 0xFF] & 0xFF; in nextByte()