Searched refs:fRawInput (Results 1 - 16 of 16) sorted by relevance

/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 DCharsetRecog_Unicode.java66 byte[] input = det.fRawInput;
102 byte[] input = det.fRawInput;
137 byte[] input = det.fRawInput;
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.
H A DCharsetRecog_UTF8.java30 byte input[] = det.fRawInput;
H A DCharsetRecog_mbcs.java162 int byteValue = det.fRawInput[nextIndex++] & 0x00ff;
/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 DCharsetRecog_Unicode.java65 byte[] input = det.fRawInput;
101 byte[] input = det.fRawInput;
136 byte[] input = det.fRawInput;
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.
H A DCharsetRecog_UTF8.java29 byte input[] = det.fRawInput;
H A DCharsetRecog_mbcs.java161 int byteValue = det.fRawInput[nextIndex++] & 0x00ff;
/external/icu/icu4c/source/i18n/
H A Dinputext.cpp34 fRawInput(0),
53 fRawInput = (const uint8_t *) in;
73 return fRawInput != NULL;
99 b = fRawInput[srci];
137 fInputBytes[srci] = fRawInput[srci];
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.
H A Dcsmatch.cpp64 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status);
H A Dcsrucode.cpp57 const uint8_t *input = textIn->fRawInput;
92 const uint8_t *input = textIn->fRawInput;
125 const uint8_t *input = textIn->fRawInput;
H A Dcsrutf8.cpp33 const uint8_t *inputBytes = input->fRawInput;
H A Dcsrmbcs.cpp140 return det->fRawInput[nextIndex++];

Completed in 234 milliseconds