Home | History | Annotate | Download | only in i18n

Lines Matching refs:matchedindex

33     m_search_->matchedIndex     = other.m_search_->matchedIndex;
102 return m_search_->matchedIndex;
112 int32_t matchedindex = m_search_->matchedIndex;
114 if (matchedindex != USEARCH_DONE && matchedlength != 0) {
115 result.setTo(m_search_->text + matchedindex, matchedlength);
188 m_search_->matchedIndex == that.m_search_->matchedIndex &&
240 int32_t matchindex = m_search_->matchedIndex;
255 // if matchedIndex == USEARCH_DONE, it means that either a
260 if (m_search_->matchedIndex != USEARCH_DONE) {
295 int32_t matchindex = m_search_->matchedIndex;
298 // if matchedIndex == USEARCH_DONE, it means that either a
352 m_search_->matchedIndex = USEARCH_DONE;
371 m_search_->matchedIndex = USEARCH_DONE;
388 m_search_->matchedIndex = USEARCH_DONE;
407 m_search_->matchedIndex = that.m_search_->matchedIndex;
422 m_search_->matchedIndex = position;