Searched refs:aRecentlyUsed (Results 1 – 1 of 1) sorted by relevance
467 StringMap::const_iterator aRecentlyUsed = m_aRecentlyUsedList.find( sCurrentUnit ); in implUpdateSuggestions() local468 bool bUsedBefore = aRecentlyUsed != m_aRecentlyUsedList.end(); in implUpdateSuggestions()469 if( bUsedBefore && m_aCurrentSuggestions[0] != aRecentlyUsed->second ) in implUpdateSuggestions()473 aTmp[0]=aRecentlyUsed->second; in implUpdateSuggestions()477 if( nDiff && m_aCurrentSuggestions[n-nDiff]==aRecentlyUsed->second ) in implUpdateSuggestions()
Completed in 20 milliseconds