Home | History | Annotate | Download | only in impl

Lines Matching refs:listIndex

380         int listIndex = 0;
384 start = list[listIndex++];
385 if (listIndex < listLength) {
386 limit = list[listIndex++];
406 start = list[listIndex++];
407 if (listIndex < listLength) {
408 limit = list[listIndex++];
452 start = list[listIndex++];
453 if (listIndex < listLength) {
454 limit = list[listIndex++];