/third_party/node/deps/icu-small/source/i18n/ |
D | inputext.cpp | 29 … : 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()
|
D | csr2022.cpp | 150 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()
|
D | csrsbcs.cpp | 101 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()
|
D | inputext.h | 43 uint8_t *fInputBytes; variable
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | inputext.cpp | 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()
|
D | csr2022.cpp | 150 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()
|
D | csrsbcs.cpp | 101 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()
|
D | inputext.h | 43 uint8_t *fInputBytes; variable
|
/third_party/icu/icu4c/source/i18n/ |
D | inputext.cpp | 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()
|
D | csr2022.cpp | 150 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()
|
D | csrsbcs.cpp | 101 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()
|
D | inputext.h | 43 uint8_t *fInputBytes; variable
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | CharsetRecog_2022.java | 124 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()
|
D | CharsetDetector.java | 342 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
|
D | CharsetRecog_sbcs.java | 116 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/ |
D | CharsetRecog_2022.java | 123 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()
|
D | CharsetDetector.java | 363 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
|
D | CharsetRecog_sbcs.java | 115 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()
|