Searched refs:stopIndex (Results 1 – 1 of 1) sorted by relevance
270 int i, stopIndex; in encode() local279 stopIndex = offset + count; in encode()280 if (stopIndex > mSubFolders.size()) { in encode()281 stopIndex = mSubFolders.size(); in encode()290 for (i = offset; i < stopIndex; i++) { in encode()