Lines Matching refs:m_text_
27 m_text_ = other.m_text_; in SearchIterator()
157 m_text_ = text; in setText()
158 m_search_->text = m_text_.getBuffer(); in setText()
159 m_search_->textLength = m_text_.length(); in setText()
167 text.getText(m_text_); in setText()
168 setText(m_text_, status); in setText()
174 return m_text_; in getText()
362 m_text_(text) in SearchIterator()
373 m_search_->text = m_text_.getBuffer(); in SearchIterator()
390 text.getText(m_text_); in SearchIterator()
391 m_search_->text = m_text_.getBuffer(); in SearchIterator()
392 m_search_->textLength = m_text_.length(); in SearchIterator()
402 m_text_ = that.m_text_; in operator =()