Searched refs:nLRUIndex (Results 1 – 1 of 1) sorted by relevance
357 sal_uInt16 nLRUIndex = nNewMax-1; in SetMaxCount() local358 while( nNewMax < aWordLst.Count() && nLRUIndex < aLRULst.Count()) in SetMaxCount()360 sal_uInt16 nPos = aWordLst.GetPos( (String*)aLRULst[ nLRUIndex++ ] ); in SetMaxCount()
Completed in 12 milliseconds