Searched refs:nCurEntry (Results 1 – 1 of 1) sorted by relevance
126 sal_Int32 nCurEntry = 0; in ParseList() local131 if ( nCurEntry >= aResult.getLength() ) in ParseList()132 aResult.realloc( nCurEntry + 10 ); in ParseList()133 aResult[nCurEntry] = ParseEntry( aBuffer, nCurPos ); in ParseList()134 nCurEntry++; in ParseList()137 aResult.realloc( nCurEntry ); in ParseList()
Completed in 15 milliseconds