/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
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
|
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
|
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()
|
D | CharsetRecog_UTF8.java | 29 byte input[] = det.fRawInput; in match()
|
D | CharsetRecog_mbcs.java | 161 int byteValue = det.fRawInput[nextIndex++] & 0x00ff; in nextByte()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
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
|
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
|
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()
|
D | CharsetRecog_UTF8.java | 30 byte input[] = det.fRawInput; in match()
|
D | CharsetRecog_mbcs.java | 162 int byteValue = det.fRawInput[nextIndex++] & 0x00ff; in nextByte()
|
/external/icu/icu4c/source/i18n/ |
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()
|
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()
|
D | inputext.h | 52 const uint8_t *fRawInput; // Original, untouched input bytes. variable
|
D | csmatch.cpp | 64 …int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLengt… in getUChars()
|
D | csrutf8.cpp | 33 const uint8_t *inputBytes = input->fRawInput; in match()
|
D | csrmbcs.cpp | 140 return det->fRawInput[nextIndex++]; in nextByte()
|
/external/icu/libicu/cts_headers/ |
D | inputext.h | 52 const uint8_t *fRawInput; // Original, untouched input bytes. variable
|