Home | History | Annotate | Download | only in i18n

Lines Matching refs:matchedlength

33     m_search_->matchedLength    = other.m_search_->matchedLength;
90 return m_search_->matchedLength;
96 int32_t matchedlength = m_search_->matchedLength;
97 if (matchedindex != USEARCH_DONE && matchedlength != 0) {
98 result.setTo(m_search_->text + matchedindex, matchedlength);
171 m_search_->matchedLength == that.m_search_->matchedLength &&
223 int32_t matchlength = m_search_->matchedLength;
299 matchindex += m_search_->matchedLength - 2;
333 m_search_->matchedLength = 0;
351 m_search_->matchedLength = 0;
367 m_search_->matchedLength = 0;
385 m_search_->matchedLength = that.m_search_->matchedLength;
394 m_search_->matchedLength = length;