Home | History | Annotate | Download | only in letest

Lines Matching refs:charIndex

874     le_int32 charIndex = 0, lineNumber = 1;
910 if (ix != charIndex) {
911 if (ix != charIndex - 1) {
913 i, lineNumber, charIndex, ix);
917 charIndex += 1;
926 * is equal to charIndex and then advance charIndex to the maximum.
942 if (minIndex != charIndex) {
944 run, lineNumber, charIndex, minIndex);
948 charIndex = maxIndex + 1;