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

/external/icu/icu4c/source/i18n/
H A Dinputext.h56 int32_t fRawLength; // Length of data in fRawInput array. member in class:InputText
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCharsetMatch.java50 inputStream = new ByteArrayInputStream(fRawInput, 0, fRawLength);
192 fRawLength = det.fRawLength;
212 fRawLength = det.fRawLength;
226 private int fRawLength; // Length of data in fRawInput array. field in class:CharsetMatch
H A DCharsetDetector.java87 fRawLength = in.length;
114 fRawLength = 0;
118 int bytesRead = fInputStream.read(fRawInput, fRawLength, remainingLength);
122 fRawLength += bytesRead;
342 for (srci = 0; srci < fRawLength && dsti < fInputBytes.length; srci++) {
370 (fInputLen < 100 && fRawLength>600)) {
371 int limit = fRawLength;
426 int fRawLength; // Length of data in fRawInput array. field in class:CharsetDetector
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCharsetMatch.java51 inputStream = new ByteArrayInputStream(fRawInput, 0, fRawLength);
204 fRawLength = det.fRawLength;
224 fRawLength = det.fRawLength;
238 private int fRawLength; // Length of data in fRawInput array. field in class:CharsetMatch
H A DCharsetDetector.java92 fRawLength = in.length;
121 fRawLength = 0;
125 int bytesRead = fInputStream.read(fRawInput, fRawLength, remainingLength);
129 fRawLength += bytesRead;
363 for (srci = 0; srci < fRawLength && dsti < fInputBytes.length; srci++) {
391 (fInputLen < 100 && fRawLength>600)) {
392 int limit = fRawLength;
447 int fRawLength; // Length of data in fRawInput array. field in class:CharsetDetector

Completed in 215 milliseconds