Home | History | Annotate | Download | only in letest

Lines Matching refs:charIndex

875     le_int32 charIndex = 0, lineNumber = 1;
911 if (ix != charIndex) {
912 if (ix != charIndex - 1) {
914 i, lineNumber, charIndex, ix);
918 charIndex += 1;
927 * is equal to charIndex and then advance charIndex to the maximum.
943 if (minIndex != charIndex) {
945 run, lineNumber, charIndex, minIndex);
949 charIndex = maxIndex + 1;