HomeSort by relevance Sort by last modified time
    Searched refs:fInputBytes (Results 1 - 4 of 4) sorted by null

  /external/icu4c/i18n/
inputext.cpp 29 : fInputBytes(NEW_ARRAY(uint8_t, BUFFER_SIZE)), // The text to be checked. Markup will have been
37 if (fInputBytes == NULL || fByteStats == NULL) {
46 DELETE_ARRAY(fInputBytes);
111 fInputBytes[dsti++] = b;
137 fInputBytes[srci] = fRawInput[srci];
151 fByteStats[fInputBytes[srci]] += 1;
inputext.h 41 uint8_t *fInputBytes;
42 int32_t fInputLen; // Length of the byte data in fInputBytes.
csr2022.cpp 146 return match_2022(textIn->fInputBytes, textIn->fInputLen, escapeSequences_2022JP, ARRAY_SIZE(escapeSequences_2022JP));
156 return match_2022(textIn->fInputBytes, textIn->fInputLen, escapeSequences_2022KR, ARRAY_SIZE(escapeSequences_2022KR));
166 return match_2022(textIn->fInputBytes, textIn->fInputLen, escapeSequences_2022CN, ARRAY_SIZE(escapeSequences_2022CN));
csrsbcs.cpp 94 return det->fInputBytes[byteIndex++];
    [all...]

Completed in 411 milliseconds