Searched refs:local_iter (Results 1 – 2 of 2) sorted by relevance
226 std::vector<SpellCheckResult>::const_iterator local_iter( in CombineResults() local234 while (local_iter != local_results.end() && in CombineResults()235 local_iter->location < remote_iter->location) { in CombineResults()236 local_iter++; in CombineResults()241 if (local_iter != local_results.end() && in CombineResults()242 local_iter->location == remote_iter->location && in CombineResults()243 local_iter->length == remote_iter->length) { in CombineResults()
579 local_iter = 0; in compute() local581 while (l>0 && local_iter<m_maxIters) in compute()589 local_iter = 0; in compute()595 local_iter = 0; in compute()611 step(f,l, local_iter); in compute()612 local_iter++; in compute()618 m_info = (local_iter<m_maxIters) ? Success : NoConvergence; in compute()