Home | History | Annotate | Download | only in i18n

Lines Matching refs:matchedindex

32     m_search_->matchedIndex     = other.m_search_->matchedIndex;
85 return m_search_->matchedIndex;
95 int32_t matchedindex = m_search_->matchedIndex;
97 if (matchedindex != USEARCH_DONE && matchedlength != 0) {
98 result.setTo(m_search_->text + matchedindex, matchedlength);
170 m_search_->matchedIndex == that.m_search_->matchedIndex &&
222 int32_t matchindex = m_search_->matchedIndex;
237 // if matchedIndex == USEARCH_DONE, it means that either a
242 if (m_search_->matchedIndex != USEARCH_DONE) {
277 int32_t matchindex = m_search_->matchedIndex;
280 // if matchedIndex == USEARCH_DONE, it means that either a
332 m_search_->matchedIndex = USEARCH_DONE;
350 m_search_->matchedIndex = USEARCH_DONE;
366 m_search_->matchedIndex = USEARCH_DONE;
384 m_search_->matchedIndex = that.m_search_->matchedIndex;
399 m_search_->matchedIndex = position;