Home | History | Annotate | Download | only in i18n

Lines Matching full:matchedlength

34     m_search_->matchedLength    = other.m_search_->matchedLength;
107 return m_search_->matchedLength;
113 int32_t matchedlength = m_search_->matchedLength;
114 if (matchedindex != USEARCH_DONE && matchedlength != 0) {
115 result.setTo(m_search_->text + matchedindex, matchedlength);
189 m_search_->matchedLength == that.m_search_->matchedLength &&
241 int32_t matchlength = m_search_->matchedLength;
317 matchindex += m_search_->matchedLength - 2;
353 m_search_->matchedLength = 0;
372 m_search_->matchedLength = 0;
389 m_search_->matchedLength = 0;
408 m_search_->matchedLength = that.m_search_->matchedLength;
417 m_search_->matchedLength = length;