Home
last modified time | relevance | path

Searched refs:fRawInput (Results 1 - 25 of 29) sorted by relevance

12

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCharsetMatch.java51 inputStream = new ByteArrayInputStream(fRawInput, 0, fRawLength); in getReader()
117 result = new String(fRawInput, name); in getString()
203 fRawInput = det.fRawInput; in CharsetMatch()
223 fRawInput = det.fRawInput; in CharsetMatch()
236 private byte[] fRawInput = null; // Original, untouched input bytes. field in CharsetMatch
238 private int fRawLength; // Length of data in fRawInput array.
H A DCharsetDetector.java91 fRawInput = in; in setText()
118 fRawInput = new byte[kBufSize]; // Always make a new buffer because the in setText()
125 int bytesRead = fInputStream.read(fRawInput, fRawLength, remainingLength); in setText()
364 b = fRawInput[srci]; in MungeInput()
399 fInputBytes[srci] = fRawInput[srci]; in MungeInput()
443 byte[] fRawInput; // Original, untouched input bytes. field in CharsetDetector
447 int fRawLength; // Length of data in fRawInput array.
H A DCharsetRecog_Unicode.java65 byte[] input = det.fRawInput; in match()
101 byte[] input = det.fRawInput; in match()
136 byte[] input = det.fRawInput; in match()
H A DCharsetRecog_UTF8.java29 byte input[] = det.fRawInput; in match()
H A DCharsetRecog_mbcs.java161 int byteValue = det.fRawInput[nextIndex++] & 0x00ff; in nextByte()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCharsetMatch.java50 inputStream = new ByteArrayInputStream(fRawInput, 0, fRawLength); in getReader()
112 result = new String(fRawInput, name); in getString()
191 fRawInput = det.fRawInput; in CharsetMatch()
211 fRawInput = det.fRawInput; in CharsetMatch()
224 private byte[] fRawInput = null; // Original, untouched input bytes. field in CharsetMatch
226 private int fRawLength; // Length of data in fRawInput array.
H A DCharsetDetector.java86 fRawInput = in; in setText()
111 fRawInput = new byte[kBufSize]; // Always make a new buffer because the in setText()
118 int bytesRead = fInputStream.read(fRawInput, fRawLength, remainingLength); in setText()
343 b = fRawInput[srci]; in MungeInput()
378 fInputBytes[srci] = fRawInput[srci]; in MungeInput()
422 byte[] fRawInput; // Original, untouched input bytes. field in CharsetDetector
426 int fRawLength; // Length of data in fRawInput array.
H A DCharsetRecog_Unicode.java66 byte[] input = det.fRawInput; in match()
102 byte[] input = det.fRawInput; in match()
137 byte[] input = det.fRawInput; in match()
H A DCharsetRecog_UTF8.java30 byte input[] = det.fRawInput; in match()
H A DCharsetRecog_mbcs.java162 int byteValue = det.fRawInput[nextIndex++] & 0x00ff; in nextByte()
/third_party/icu/icu4c/source/i18n/
H A Dinputext.cpp34 fRawInput(0), in InputText()
53 fRawInput = (const uint8_t *) in; in setText()
73 return fRawInput != NULL; in isSet()
99 b = fRawInput[srci]; in MungeInput()
137 fInputBytes[srci] = fRawInput[srci]; in MungeInput()
H A Dcsrucode.cpp57 const uint8_t *input = textIn->fRawInput; in match()
92 const uint8_t *input = textIn->fRawInput; in match()
125 const uint8_t *input = textIn->fRawInput; in match()
H A Dinputext.h52 const uint8_t *fRawInput; // Original, untouched input bytes. member in InputText
56 int32_t fRawLength; // Length of data in fRawInput array.
H A Dcsmatch.cpp64 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status); in getUChars()
H A Dcsrutf8.cpp33 const uint8_t *inputBytes = input->fRawInput; in match()
/third_party/node/deps/icu-small/source/i18n/
H A Dinputext.cpp34 fRawInput(0), in InputText()
53 fRawInput = (const uint8_t *) in; in setText()
73 return fRawInput != nullptr; in isSet()
99 b = fRawInput[srci]; in MungeInput()
137 fInputBytes[srci] = fRawInput[srci]; in MungeInput()
H A Dcsrucode.cpp57 const uint8_t *input = textIn->fRawInput; in match()
92 const uint8_t *input = textIn->fRawInput; in match()
125 const uint8_t *input = textIn->fRawInput; in match()
H A Dinputext.h52 const uint8_t *fRawInput; // Original, untouched input bytes. member in InputText
56 int32_t fRawLength; // Length of data in fRawInput array.
H A Dcsmatch.cpp64 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status); in getUChars()
H A Dcsrutf8.cpp33 const uint8_t *inputBytes = input->fRawInput; in match()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dinputext.cpp34 fRawInput(0), in InputText()
53 fRawInput = (const uint8_t *) in; in setText()
73 return fRawInput != NULL; in isSet()
99 b = fRawInput[srci]; in MungeInput()
137 fInputBytes[srci] = fRawInput[srci]; in MungeInput()
H A Dcsrucode.cpp57 const uint8_t *input = textIn->fRawInput; in match()
92 const uint8_t *input = textIn->fRawInput; in match()
125 const uint8_t *input = textIn->fRawInput; in match()
H A Dinputext.h52 const uint8_t *fRawInput; // Original, untouched input bytes. member in InputText
56 int32_t fRawLength; // Length of data in fRawInput array.
H A Dcsmatch.cpp64 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status); in getUChars()
H A Dcsrutf8.cpp33 const uint8_t *inputBytes = input->fRawInput; in match()

Completed in 10 milliseconds

12