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

/external/icu/icu4c/source/i18n/
H A Dinputext.h50 const uint8_t *fRawInput; // Original, untouched input bytes. member in class:InputText
54 int32_t fRawLength; // Length of data in fRawInput array.
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCharsetMatch.java49 inputStream = new ByteArrayInputStream(fRawInput, 0, fRawLength);
115 result = new String(fRawInput, name);
200 fRawInput = det.fRawInput;
220 fRawInput = det.fRawInput;
233 private byte[] fRawInput = null; // Original, untouched input bytes. field in class:CharsetMatch
235 private int fRawLength; // Length of data in fRawInput array.
H A DCharsetDetector.java89 fRawInput = in;
116 fRawInput = new byte[kBufSize]; // Always make a new buffer because the
123 int bytesRead = fInputStream.read(fRawInput, fRawLength, remainingLength);
362 b = fRawInput[srci];
397 fInputBytes[srci] = fRawInput[srci];
441 byte[] fRawInput; // Original, untouched input bytes. field in class:CharsetDetector
445 int fRawLength; // Length of data in fRawInput array.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 154 milliseconds