Searched refs:nLRUPos (Results 1 – 1 of 1) sorted by relevance
463 sal_uInt16 nLRUPos = aLRULst.GetPos( (void*)pCurrent ); in DocumentDying() local464 DBG_ASSERT(nLRUPos < USHRT_MAX, "word not found in LRU list" ); in DocumentDying()465 aLRULst.Remove( nLRUPos ); in DocumentDying()
Completed in 17 milliseconds