Searched defs:fInputLen (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dinputext.h44 int32_t fInputLen; // Length of the byte data in fInputBytes. member in class:InputText
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCharsetDetector.java361 fInputLen = dsti;
370 (fInputLen < 100 && fRawLength>600)) {
380 fInputLen = srci;
388 for (srci=0; srci<fInputLen; srci++) {
410 int fInputLen; // Length of the byte data in fInputBytes. field in class:CharsetDetector
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCharsetDetector.java382 fInputLen = dsti;
391 (fInputLen < 100 && fRawLength>600)) {
401 fInputLen = srci;
409 for (srci=0; srci<fInputLen; srci++) {
431 int fInputLen; // Length of the byte data in fInputBytes. field in class:CharsetDetector

Completed in 179 milliseconds