/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CharsetMatch.java | 51 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
|
D | CharsetDetector.java | 92 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
|
D | CharsetRecog_UTF8.java | 34 if (det.fRawLength >= 3 && in match() 40 for (i=0; i<det.fRawLength; i++) { in match() 61 if (i>=det.fRawLength) { in match()
|
D | CharsetRecog_Unicode.java | 137 int limit = (det.fRawLength / 4) * 4; in match()
|
D | CharsetRecog_mbcs.java | 157 if (nextIndex >= det.fRawLength) { in nextByte()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | CharsetMatch.java | 50 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
|
D | CharsetDetector.java | 87 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
|
D | CharsetRecog_UTF8.java | 35 if (det.fRawLength >= 3 && in match() 41 for (i=0; i<det.fRawLength; i++) { in match() 62 if (i>=det.fRawLength) { in match()
|
D | CharsetRecog_Unicode.java | 138 int limit = (det.fRawLength / 4) * 4; in match()
|
D | CharsetRecog_mbcs.java | 158 if (nextIndex >= det.fRawLength) { in nextByte()
|
/external/icu/icu4c/source/i18n/ |
D | inputext.cpp | 35 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()
|
D | csrutf8.cpp | 38 if (input->fRawLength >= 3 && in match() 44 for (i=0; i < input->fRawLength; i += 1) { in match() 67 if (i >= input->fRawLength) { in match()
|
D | csrucode.cpp | 59 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()
|
D | inputext.h | 56 int32_t fRawLength; // Length of data in fRawInput array. variable
|
D | csmatch.cpp | 64 …sult = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status); in getUChars()
|
D | csrmbcs.cpp | 134 if (nextIndex >= det->fRawLength) { in nextByte()
|
/external/cronet/third_party/icu/source/i18n/ |
D | inputext.cpp | 35 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()
|
D | csrutf8.cpp | 38 if (input->fRawLength >= 3 && in match() 44 for (i=0; i < input->fRawLength; i += 1) { in match() 67 if (i >= input->fRawLength) { in match()
|
D | csrucode.cpp | 59 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()
|
D | inputext.h | 56 int32_t fRawLength; // Length of data in fRawInput array. variable
|
D | csmatch.cpp | 64 …sult = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status); in getUChars()
|
D | csrmbcs.cpp | 134 if (nextIndex >= det->fRawLength) { in nextByte()
|
/external/icu/libicu/cts_headers/ |
D | inputext.h | 56 int32_t fRawLength; // Length of data in fRawInput array. variable
|