Searched refs:stopIndex (Results 1 – 1 of 1) sorted by relevance
256 int i, stopIndex; in encode() local263 stopIndex = offset + count; in encode()264 if(stopIndex > mSubFolders.size()) in encode()265 stopIndex = mSubFolders.size(); in encode()273 for(i = offset; i<stopIndex; i++) in encode()