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

  /external/icu/icu4c/source/i18n/
inputext.h 54 int32_t fRawLength; // Length of data in fRawInput array.
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CharsetMatch.java 48 inputStream = new ByteArrayInputStream(fRawInput, 0, fRawLength);
189 fRawLength = det.fRawLength;
209 fRawLength = det.fRawLength;
223 private int fRawLength; // Length of data in fRawInput array.
CharsetDetector.java 85 fRawLength = in.length;
112 fRawLength = 0;
116 int bytesRead = fInputStream.read(fRawInput, fRawLength, remainingLength);
120 fRawLength += bytesRead;
340 for (srci = 0; srci < fRawLength && dsti < fInputBytes.length; srci++) {
368 (fInputLen < 100 && fRawLength>600)) {
369 int limit = fRawLength;
424 int fRawLength; // Length of data in fRawInput array.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CharsetMatch.java 49 inputStream = new ByteArrayInputStream(fRawInput, 0, fRawLength);
201 fRawLength = det.fRawLength;
221 fRawLength = det.fRawLength;
235 private int fRawLength; // Length of data in fRawInput array.
CharsetDetector.java 90 fRawLength = in.length;
119 fRawLength = 0;
123 int bytesRead = fInputStream.read(fRawInput, fRawLength, remainingLength);
127 fRawLength += bytesRead;
361 for (srci = 0; srci < fRawLength && dsti < fInputBytes.length; srci++) {
389 (fInputLen < 100 && fRawLength>600)) {
390 int limit = fRawLength;
445 int fRawLength; // Length of data in fRawInput array.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.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 167 milliseconds