Home
last modified time | relevance | path

Searched refs:fRawInput (Results 1 – 25 of 34) sorted by relevance

12

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
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
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
DCharsetRecog_Unicode.java65 byte[] input = det.fRawInput; in match()
101 byte[] input = det.fRawInput; in match()
136 byte[] input = det.fRawInput; in match()
DCharsetRecog_UTF8.java29 byte input[] = det.fRawInput; in match()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
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
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
DCharsetRecog_Unicode.java66 byte[] input = det.fRawInput; in match()
102 byte[] input = det.fRawInput; in match()
137 byte[] input = det.fRawInput; in match()
DCharsetRecog_UTF8.java30 byte input[] = det.fRawInput; in match()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
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()
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()
Dinputext.h52 const uint8_t *fRawInput; // Original, untouched input bytes. variable
Dcsmatch.cpp64 …int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLengt… in getUChars()
Dcsrutf8.cpp33 const uint8_t *inputBytes = input->fRawInput; in match()
/third_party/skia/third_party/externals/icu/source/i18n/
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()
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()
Dinputext.h52 const uint8_t *fRawInput; // Original, untouched input bytes. variable
Dcsmatch.cpp64 …int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLengt… in getUChars()
/third_party/icu/icu4c/source/i18n/
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()
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()
Dinputext.h52 const uint8_t *fRawInput; // Original, untouched input bytes. variable
Dcsmatch.cpp64 …int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLengt… in getUChars()
/third_party/node/deps/icu-small/source/i18n/
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()
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()
Dinputext.h52 const uint8_t *fRawInput; // Original, untouched input bytes. variable
Dcsmatch.cpp64 …int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLengt… in getUChars()

12