Lines Matching refs:m_text_
29 m_text_ = other.m_text_; in SearchIterator()
159 m_text_ = text; in setText()
160 m_search_->text = m_text_.getBuffer(); in setText()
161 m_search_->textLength = m_text_.length(); in setText()
169 text.getText(m_text_); in setText()
170 setText(m_text_, status); in setText()
176 return m_text_; in getText()
364 m_text_(text) in SearchIterator()
375 m_search_->text = m_text_.getBuffer(); in SearchIterator()
392 text.getText(m_text_); in SearchIterator()
393 m_search_->text = m_text_.getBuffer(); in SearchIterator()
394 m_search_->textLength = m_text_.length(); in SearchIterator()
404 m_text_ = that.m_text_; in operator =()