HomeSort by relevance Sort by last modified time
    Searched defs:fRawLength (Results 1 - 12 of 12) sorted by null

  /external/icu/icu4c/source/i18n/
inputext.h 56 int32_t fRawLength; // Length of data in fRawInput array.
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CharsetMatch.java 50 inputStream = new ByteArrayInputStream(fRawInput, 0, fRawLength);
192 fRawLength = det.fRawLength;
212 fRawLength = det.fRawLength;
226 private int fRawLength; // Length of data in fRawInput array.
CharsetDetector.java 87 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.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CharsetMatch.java 51 inputStream = new ByteArrayInputStream(fRawInput, 0, fRawLength);
204 fRawLength = det.fRawLength;
224 fRawLength = det.fRawLength;
238 private int fRawLength; // Length of data in fRawInput array.
CharsetDetector.java 92 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.
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 66 milliseconds