/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | CharsetMatch.java | 51 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 D | CharsetDetector.java | 91 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 D | CharsetRecog_Unicode.java | 65 byte[] input = det.fRawInput; in match() 101 byte[] input = det.fRawInput; in match() 136 byte[] input = det.fRawInput; in match()
|
H A D | CharsetRecog_UTF8.java | 29 byte input[] = det.fRawInput; in match()
|
H A D | CharsetRecog_mbcs.java | 161 int byteValue = det.fRawInput[nextIndex++] & 0x00ff; in nextByte()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | CharsetMatch.java | 50 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 D | CharsetDetector.java | 86 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 D | CharsetRecog_Unicode.java | 66 byte[] input = det.fRawInput; in match() 102 byte[] input = det.fRawInput; in match() 137 byte[] input = det.fRawInput; in match()
|
H A D | CharsetRecog_UTF8.java | 30 byte input[] = det.fRawInput; in match()
|
H A D | CharsetRecog_mbcs.java | 162 int byteValue = det.fRawInput[nextIndex++] & 0x00ff; in nextByte()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | inputext.cpp | 34 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 D | csrucode.cpp | 57 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 D | inputext.h | 52 const uint8_t *fRawInput; // Original, untouched input bytes. member in InputText 56 int32_t fRawLength; // Length of data in fRawInput array.
|
H A D | csmatch.cpp | 64 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status); in getUChars()
|
H A D | csrutf8.cpp | 33 const uint8_t *inputBytes = input->fRawInput; in match()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | inputext.cpp | 34 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 D | csrucode.cpp | 57 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 D | inputext.h | 52 const uint8_t *fRawInput; // Original, untouched input bytes. member in InputText 56 int32_t fRawLength; // Length of data in fRawInput array.
|
H A D | csmatch.cpp | 64 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status); in getUChars()
|
H A D | csrutf8.cpp | 33 const uint8_t *inputBytes = input->fRawInput; in match()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | inputext.cpp | 34 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 D | csrucode.cpp | 57 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 D | inputext.h | 52 const uint8_t *fRawInput; // Original, untouched input bytes. member in InputText 56 int32_t fRawLength; // Length of data in fRawInput array.
|
H A D | csmatch.cpp | 64 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status); in getUChars()
|
H A D | csrutf8.cpp | 33 const uint8_t *inputBytes = input->fRawInput; in match()
|