Searched refs:fInputLen (Results 1 – 15 of 15) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | inputext.cpp | 51 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()
|
D | csr2022.cpp | 151 textIn->fInputLen, in match() 167 textIn->fInputLen, in match() 182 textIn->fInputLen, in match()
|
D | inputext.h | 44 int32_t fInputLen; // Length of the byte data in fInputBytes. variable
|
D | csrsbcs.cpp | 97 if (byteIndex >= det->fInputLen) { in nextByte() 195 if (byteIndex >= det->fInputLen || det->fInputBytes[byteIndex] == 0) { in nextByte()
|
/external/cronet/third_party/icu/source/i18n/ |
D | inputext.cpp | 51 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()
|
D | csr2022.cpp | 151 textIn->fInputLen, in match() 167 textIn->fInputLen, in match() 182 textIn->fInputLen, in match()
|
D | inputext.h | 44 int32_t fInputLen; // Length of the byte data in fInputBytes. variable
|
D | csrsbcs.cpp | 97 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/ |
D | CharsetRecog_2022.java | 123 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()
|
D | CharsetDetector.java | 382 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
|
D | CharsetRecog_sbcs.java | 111 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/ |
D | CharsetRecog_2022.java | 124 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()
|
D | CharsetDetector.java | 361 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
|
D | CharsetRecog_sbcs.java | 112 if (byteIndex >= det.fInputLen) { in nextByte() 219 if (byteIndex >= det.fInputLen || det.fInputBytes[byteIndex] == 0) { in nextByte()
|
/external/icu/libicu/cts_headers/ |
D | inputext.h | 44 int32_t fInputLen; // Length of the byte data in fInputBytes. variable
|