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

  /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.
CharsetRecog_UTF8.java 31 if (det.fRawLength >= 3 &&
37 for (i=0; i<det.fRawLength; i++) {
58 if (i>=det.fRawLength) {
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.
CharsetRecog_Unicode.java 128 int limit = (det.fRawLength / 4) * 4;
CharsetRecog_mbcs.java 157 if (nextIndex >= det.fRawLength) {
  /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.
CharsetRecog_UTF8.java 30 if (det.fRawLength >= 3 &&
36 for (i=0; i<det.fRawLength; i++) {
57 if (i>=det.fRawLength) {
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.
CharsetRecog_Unicode.java 127 int limit = (det.fRawLength / 4) * 4;
CharsetRecog_mbcs.java 156 if (nextIndex >= det.fRawLength) {
  /external/icu/icu4c/source/i18n/
inputext.h 54 int32_t fRawLength; // Length of data in fRawInput array.
csrutf8.cpp 36 if (input->fRawLength >= 3 &&
42 for (i=0; i < input->fRawLength; i += 1) {
65 if (i >= input->fRawLength) {
inputext.cpp 35 fRawLength(0)
54 fRawLength = len == -1? (int32_t)uprv_strlen(in) : len;
98 for (srci = 0; srci < fRawLength && dsti < BUFFER_SIZE; srci += 1) {
128 (fInputLen < 100 && fRawLength>600))
130 int32_t limit = fRawLength;
csmatch.cpp 62 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status);
csrucode.cpp 57 int32_t length = textIn->fRawLength;
92 int32_t length = textIn->fRawLength;
124 int32_t limit = (textIn->fRawLength / 4) * 4;
csrmbcs.cpp 133 if (nextIndex >= det->fRawLength) {
  /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 139 milliseconds