Home
last modified time | relevance | path

Searched refs:fRawLength (Results 1 – 23 of 23) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsetMatch.java51 inputStream = new ByteArrayInputStream(fRawInput, 0, fRawLength); in getReader()
204 fRawLength = det.fRawLength; in CharsetMatch()
224 fRawLength = det.fRawLength; in CharsetMatch()
238 private int fRawLength; // Length of data in fRawInput array. field in CharsetMatch
DCharsetDetector.java92 fRawLength = in.length; in setText()
121 fRawLength = 0; in setText()
125 int bytesRead = fInputStream.read(fRawInput, fRawLength, remainingLength); in setText()
129 fRawLength += bytesRead; in setText()
363 for (srci = 0; srci < fRawLength && dsti < fInputBytes.length; srci++) { in MungeInput()
391 (fInputLen < 100 && fRawLength>600)) { in MungeInput()
392 int limit = fRawLength; in MungeInput()
447 int fRawLength; // Length of data in fRawInput array. field in CharsetDetector
DCharsetRecog_UTF8.java34 if (det.fRawLength >= 3 && in match()
40 for (i=0; i<det.fRawLength; i++) { in match()
61 if (i>=det.fRawLength) { in match()
DCharsetRecog_Unicode.java137 int limit = (det.fRawLength / 4) * 4; in match()
DCharsetRecog_mbcs.java157 if (nextIndex >= det.fRawLength) { in nextByte()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCharsetMatch.java50 inputStream = new ByteArrayInputStream(fRawInput, 0, fRawLength); in getReader()
192 fRawLength = det.fRawLength; in CharsetMatch()
212 fRawLength = det.fRawLength; in CharsetMatch()
226 private int fRawLength; // Length of data in fRawInput array. field in CharsetMatch
DCharsetDetector.java87 fRawLength = in.length; in setText()
114 fRawLength = 0; in setText()
118 int bytesRead = fInputStream.read(fRawInput, fRawLength, remainingLength); in setText()
122 fRawLength += bytesRead; in setText()
342 for (srci = 0; srci < fRawLength && dsti < fInputBytes.length; srci++) { in MungeInput()
370 (fInputLen < 100 && fRawLength>600)) { in MungeInput()
371 int limit = fRawLength; in MungeInput()
426 int fRawLength; // Length of data in fRawInput array. field in CharsetDetector
DCharsetRecog_UTF8.java35 if (det.fRawLength >= 3 && in match()
41 for (i=0; i<det.fRawLength; i++) { in match()
62 if (i>=det.fRawLength) { in match()
DCharsetRecog_Unicode.java138 int limit = (det.fRawLength / 4) * 4; in match()
DCharsetRecog_mbcs.java158 if (nextIndex >= det.fRawLength) { in nextByte()
/external/icu/icu4c/source/i18n/
Dinputext.cpp35 fRawLength(0) in InputText()
54 fRawLength = len == -1? (int32_t)uprv_strlen(in) : len; in setText()
98 for (srci = 0; srci < fRawLength && dsti < BUFFER_SIZE; srci += 1) { in MungeInput()
128 (fInputLen < 100 && fRawLength>600)) in MungeInput()
130 int32_t limit = fRawLength; in MungeInput()
Dcsrutf8.cpp38 if (input->fRawLength >= 3 && in match()
44 for (i=0; i < input->fRawLength; i += 1) { in match()
67 if (i >= input->fRawLength) { in match()
Dcsrucode.cpp59 int32_t length = textIn->fRawLength; in match()
94 int32_t length = textIn->fRawLength; in match()
126 int32_t limit = (textIn->fRawLength / 4) * 4; in match()
Dinputext.h56 int32_t fRawLength; // Length of data in fRawInput array. variable
Dcsmatch.cpp64 …sult = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status); in getUChars()
Dcsrmbcs.cpp134 if (nextIndex >= det->fRawLength) { in nextByte()
/external/cronet/third_party/icu/source/i18n/
Dinputext.cpp35 fRawLength(0) in InputText()
54 fRawLength = len == -1? (int32_t)uprv_strlen(in) : len; in setText()
98 for (srci = 0; srci < fRawLength && dsti < BUFFER_SIZE; srci += 1) { in MungeInput()
128 (fInputLen < 100 && fRawLength>600)) in MungeInput()
130 int32_t limit = fRawLength; in MungeInput()
Dcsrutf8.cpp38 if (input->fRawLength >= 3 && in match()
44 for (i=0; i < input->fRawLength; i += 1) { in match()
67 if (i >= input->fRawLength) { in match()
Dcsrucode.cpp59 int32_t length = textIn->fRawLength; in match()
94 int32_t length = textIn->fRawLength; in match()
126 int32_t limit = (textIn->fRawLength / 4) * 4; in match()
Dinputext.h56 int32_t fRawLength; // Length of data in fRawInput array. variable
Dcsmatch.cpp64 …sult = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status); in getUChars()
Dcsrmbcs.cpp134 if (nextIndex >= det->fRawLength) { in nextByte()
/external/icu/libicu/cts_headers/
Dinputext.h56 int32_t fRawLength; // Length of data in fRawInput array. variable