HomeSort by relevance Sort by last modified time
    Searched refs:fRawLength (Results 1 - 6 of 6) sorted by null

  /external/icu4c/i18n/
inputext.h 54 int32_t fRawLength; // Length of data in fRawInput array.
csrutf8.cpp 35 if (det->fRawLength >= 3 &&
41 for (i=0; i < det->fRawLength; i += 1) {
69 if (i >= det->fRawLength) {
inputext.cpp 35 fRawLength(0)
54 fRawLength = len == -1? uprv_strlen(in) : len;
98 for (srci = 0; srci < fRawLength && dsti < BUFFER_SIZE; srci += 1) {
128 (fInputLen < 100 && fRawLength>600))
130 int32_t limit = fRawLength;
csmatch.cpp 52 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status);
csrucode.cpp 73 int32_t limit = (textIn->fRawLength / 4) * 4;
csrmbcs.cpp 132 if (nextIndex >= det->fRawLength) {

Completed in 56 milliseconds