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.cpp146 …return match_2022(textIn->fInputBytes, textIn->fInputLen, escapeSequences_2022JP, ARRAY_SIZE(escap… in match()
156 …return match_2022(textIn->fInputBytes, textIn->fInputLen, escapeSequences_2022KR, ARRAY_SIZE(escap… in match()
166 …return match_2022(textIn->fInputBytes, textIn->fInputLen, escapeSequences_2022CN, ARRAY_SIZE(escap… in match()
Dcsrsbcs.cpp94 return det->fInputBytes[byteIndex++]; in nextByte()
1236 prev_fInputBytes = textIn->fInputBytes; in matchInit()
1242 textIn->fInputBytes = bb; in matchInit()
1297 uprv_free(textIn->fInputBytes); in matchFinish()
1299 textIn->fInputBytes = prev_fInputBytes; in matchFinish()
Dinputext.h41 uint8_t *fInputBytes; variable