Home | History | Annotate | Download | only in letest

Lines Matching defs:charIndex

872     le_int32 charIndex = 0, lineNumber = 1;
908 if (ix != charIndex) {
909 if (ix != charIndex - 1) {
911 i, lineNumber, charIndex, ix);
915 charIndex += 1;
924 * is equal to charIndex and then advance charIndex to the maximum.
940 if (minIndex != charIndex) {
942 run, lineNumber, charIndex, minIndex);
946 charIndex = maxIndex + 1;