Home | History | Annotate | Download | only in i18n

Lines Matching refs:m_text_

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