Searched refs:lastChunk (Results 1 – 1 of 1) sorted by relevance
148 int lastChunk = nChunks.size() - 1; in postProcessAction() local149 while ( lastChunk > 0 in postProcessAction()150 && nChunks.get(lastChunk) instanceof String in postProcessAction()151 && ((String)nChunks.get(lastChunk)).trim().length() == 0 ) in postProcessAction()152 lastChunk--; in postProcessAction()156 while ( firstChunk <= lastChunk in postProcessAction()165 for ( int i = firstChunk ; i <= lastChunk ; i++ ) { in postProcessAction()