Sets the length of the currently matched string in the text string to be searched. Subclasses'
Definition at line 415 of file search.cpp. References SearchIterator::m_search_. Referenced by safeClone(), and SearchIterator::setMatchNotFound(). { m_search_->matchedLength = length; }
|