Home | History | Annotate | Download | only in util

Lines Matching defs:lastIndex

65     private int lastIndex;
89 lastIndex = 0;
287 if (transitions[lastIndex] <= codepoint
288 && codepoint < transitions[lastIndex+1]) {
289 baseIndex = lastIndex;
373 lastIndex = baseIndex; // store for next time