Searched refs:roffset (Results 1 – 1 of 1) sorted by relevance
898 int32_t roffset = offset + clength; in minLengthInChars() local901 if (roffset < maxOffset) { in minLengthInChars()902 rlength = minLengthInChars(ceList, roffset, history); in minLengthInChars()931 int32_t roffset = offset + 2; in minLengthInChars() local937 if (roffset < maxOffset) { in minLengthInChars()938 rlength = minLengthInChars(ceList, roffset, history); in minLengthInChars()948 int32_t roffset = offset; in minLengthInChars() local952 for (int32_t j = 0; roffset < maxOffset && j < 4; j += 1, roffset += 1) { in minLengthInChars()953 uint32_t jce = ceList->get(roffset); in minLengthInChars()968 if (roffset == offset) { in minLengthInChars()[all …]