Home
last modified time | relevance | path

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

/external/icu4c/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.cpp147 int32_t confidence = match_2022(textIn->fInputBytes, in match()
162 int32_t confidence = match_2022(textIn->fInputBytes, in match()
177 int32_t confidence = match_2022(textIn->fInputBytes, in match()
Dcsrsbcs.cpp96 return det->fInputBytes[byteIndex++]; in nextByte()
1133 prev_fInputBytes = textIn->fInputBytes; in matchInit()
1139 textIn->fInputBytes = bb; in matchInit()
1194 uprv_free(textIn->fInputBytes); in matchFinish()
1196 textIn->fInputBytes = prev_fInputBytes; in matchFinish()
Dinputext.h41 uint8_t *fInputBytes; variable