Searched refs:fInputLen (Results 1 – 4 of 4) sorted by relevance
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()
146 …return match_2022(textIn->fInputBytes, textIn->fInputLen, escapeSequences_2022JP, ARRAY_SIZE(escap… in match()156 …return match_2022(textIn->fInputBytes, textIn->fInputLen, escapeSequences_2022KR, ARRAY_SIZE(escap… in match()166 …return match_2022(textIn->fInputBytes, textIn->fInputLen, escapeSequences_2022CN, ARRAY_SIZE(escap… in match()
90 if (byteIndex >= det->fInputLen) { in nextByte()1235 prev_fInputBytesLength = textIn->fInputLen; in matchInit()1243 textIn->fInputLen = length; in matchInit()1300 textIn->fInputLen = prev_fInputBytesLength; in matchFinish()
42 int32_t fInputLen; // Length of the byte data in fInputBytes. variable