Home
last modified time | relevance | path

Searched refs:fInputLen (Results 1 – 15 of 15) sorted by relevance

/external/icu/icu4c/source/i18n/
Dinputext.cpp51 fInputLen = 0; in setText()
119 fInputLen = dsti; in MungeInput()
128 (fInputLen < 100 && fRawLength>600)) in MungeInput()
140 fInputLen = srci; in MungeInput()
150 for (srci = 0; srci < fInputLen; srci += 1) { in MungeInput()
Dcsr2022.cpp151 textIn->fInputLen, in match()
167 textIn->fInputLen, in match()
182 textIn->fInputLen, in match()
Dinputext.h44 int32_t fInputLen; // Length of the byte data in fInputBytes. variable
Dcsrsbcs.cpp97 if (byteIndex >= det->fInputLen) { in nextByte()
195 if (byteIndex >= det->fInputLen || det->fInputBytes[byteIndex] == 0) { in nextByte()
/external/cronet/third_party/icu/source/i18n/
Dinputext.cpp51 fInputLen = 0; in setText()
119 fInputLen = dsti; in MungeInput()
128 (fInputLen < 100 && fRawLength>600)) in MungeInput()
140 fInputLen = srci; in MungeInput()
150 for (srci = 0; srci < fInputLen; srci += 1) { in MungeInput()
Dcsr2022.cpp151 textIn->fInputLen, in match()
167 textIn->fInputLen, in match()
182 textIn->fInputLen, in match()
Dinputext.h44 int32_t fInputLen; // Length of the byte data in fInputBytes. variable
Dcsrsbcs.cpp97 if (byteIndex >= det->fInputLen) { in nextByte()
195 if (byteIndex >= det->fInputLen || det->fInputBytes[byteIndex] == 0) { in nextByte()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsetRecog_2022.java123 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences); in match()
140 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences); in match()
167 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences); in match()
DCharsetDetector.java382 fInputLen = dsti; in MungeInput()
391 (fInputLen < 100 && fRawLength>600)) { in MungeInput()
401 fInputLen = srci; in MungeInput()
409 for (srci=0; srci<fInputLen; srci++) { in MungeInput()
431 int fInputLen; // Length of the byte data in fInputBytes. field in CharsetDetector
DCharsetRecog_sbcs.java111 if (byteIndex >= det.fInputLen) { in nextByte()
218 if (byteIndex >= det.fInputLen || det.fInputBytes[byteIndex] == 0) { in nextByte()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCharsetRecog_2022.java124 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences); in match()
141 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences); in match()
168 int confidence = match(det.fInputBytes, det.fInputLen, escapeSequences); in match()
DCharsetDetector.java361 fInputLen = dsti; in MungeInput()
370 (fInputLen < 100 && fRawLength>600)) { in MungeInput()
380 fInputLen = srci; in MungeInput()
388 for (srci=0; srci<fInputLen; srci++) { in MungeInput()
410 int fInputLen; // Length of the byte data in fInputBytes. field in CharsetDetector
DCharsetRecog_sbcs.java112 if (byteIndex >= det.fInputLen) { in nextByte()
219 if (byteIndex >= det.fInputLen || det.fInputBytes[byteIndex] == 0) { in nextByte()
/external/icu/libicu/cts_headers/
Dinputext.h44 int32_t fInputLen; // Length of the byte data in fInputBytes. variable