Home | History | Annotate | Download | only in common

Lines Matching refs:text

29     text()
36 text(textStr)
39 UCharCharacterIterator::text = this->text.getBuffer();
45 text(textStr)
48 UCharCharacterIterator::text = this->text.getBuffer();
56 text(textStr)
59 UCharCharacterIterator::text = this->text.getBuffer();
64 text(that.text)
67 UCharCharacterIterator::text = this->text.getBuffer();
76 text = that.text;
78 UCharCharacterIterator::text = this->text.getBuffer();
98 return text == realThat.text
111 text = newText;
112 UCharCharacterIterator::setText(text.getBuffer(), text.length());
117 result = text;