Lines Matching refs:charIndex
637 le_int32 charIndex = 0, lineNumber = 1;
679 if (ix != charIndex) {
680 if (ix != charIndex - 1) {
682 i, lineNumber, charIndex, ix);
686 charIndex += 1;
695 * is equal to charIndex and then advance charIndex to the maximum.
711 if (minIndex != charIndex) {
713 run, lineNumber, charIndex, minIndex);
717 charIndex = maxIndex + 1;