Lines Matching refs:USEARCH_DONE
114 if (matchedindex != USEARCH_DONE && matchedlength != 0) { in getMatchedText()
201 return USEARCH_DONE; in first()
211 return USEARCH_DONE; in following()
220 return USEARCH_DONE; in last()
230 return USEARCH_DONE; in preceding()
246 (matchindex != USEARCH_DONE && in next()
250 return USEARCH_DONE; in next()
260 if (m_search_->matchedIndex != USEARCH_DONE) { in next()
278 return USEARCH_DONE; in next()
303 if (matchindex != USEARCH_DONE) { in previous()
311 return USEARCH_DONE; in previous()
315 if (matchindex != USEARCH_DONE) { in previous()
326 return USEARCH_DONE; in previous()
352 m_search_->matchedIndex = USEARCH_DONE; in SearchIterator()
371 m_search_->matchedIndex = USEARCH_DONE; in SearchIterator()
388 m_search_->matchedIndex = USEARCH_DONE; in SearchIterator()
427 setMatchStart(USEARCH_DONE); in setMatchNotFound()