Searched refs:fRawLength (Results 1 – 6 of 6) sorted by relevance
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()
36 if (input->fRawLength >= 3 && in match()42 for (i=0; i < input->fRawLength; i += 1) { in match()70 if (i >= input->fRawLength) { in match()
54 int32_t fRawLength; // Length of data in fRawInput array. variable
62 …sult = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status); in getUChars()
78 int32_t limit = (textIn->fRawLength / 4) * 4; in match()
133 if (nextIndex >= det->fRawLength) { in nextByte()