Home | History | Annotate | Download | only in html

Lines Matching refs:lengthList

768     Vector<unsigned> lengthList;
787 lengthList.append(length);
813 for (unsigned i = 0; i < lengthList.size(); ++i) {
814 if (remainingOffset <= lengthList[i])
816 remainingOffset -= lengthList[i];