Searched defs:fRawInput (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dinputext.h52 const uint8_t *fRawInput; // Original, untouched input bytes. member in class:InputText
56 int32_t fRawLength; // Length of data in fRawInput array.
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCharsetMatch.java50 inputStream = new ByteArrayInputStream(fRawInput, 0, fRawLength);
112 result = new String(fRawInput, name);
191 fRawInput = det.fRawInput;
211 fRawInput = det.fRawInput;
224 private byte[] fRawInput = null; // Original, untouched input bytes. field in class:CharsetMatch
226 private int fRawLength; // Length of data in fRawInput array.
H A DCharsetDetector.java86 fRawInput = in;
111 fRawInput = new byte[kBufSize]; // Always make a new buffer because the
118 int bytesRead = fInputStream.read(fRawInput, fRawLength, remainingLength);
343 b = fRawInput[srci];
378 fInputBytes[srci] = fRawInput[srci];
422 byte[] fRawInput; // Original, untouched input bytes. field in class:CharsetDetector
426 int fRawLength; // Length of data in fRawInput array.
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCharsetMatch.java51 inputStream = new ByteArrayInputStream(fRawInput, 0, fRawLength);
117 result = new String(fRawInput, name);
203 fRawInput = det.fRawInput;
223 fRawInput = det.fRawInput;
236 private byte[] fRawInput = null; // Original, untouched input bytes. field in class:CharsetMatch
238 private int fRawLength; // Length of data in fRawInput array.
H A DCharsetDetector.java91 fRawInput = in;
118 fRawInput = new byte[kBufSize]; // Always make a new buffer because the
125 int bytesRead = fInputStream.read(fRawInput, fRawLength, remainingLength);
364 b = fRawInput[srci];
399 fInputBytes[srci] = fRawInput[srci];
443 byte[] fRawInput; // Original, untouched input bytes. field in class:CharsetDetector
447 int fRawLength; // Length of data in fRawInput array.

Completed in 674 milliseconds