Home | History | Annotate | Download | only in common

Lines Matching refs:UCharCharacterIterator

26   : UCharCharacterIterator(),
33 : UCharCharacterIterator(textStr.getBuffer(), textStr.length()),
37 UCharCharacterIterator::text = this->text.getBuffer();
42 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textPos),
46 UCharCharacterIterator::text = this->text.getBuffer();
53 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textBegin, textEnd, textPos),
57 UCharCharacterIterator::text = this->text.getBuffer();
61 : UCharCharacterIterator(that),
65 UCharCharacterIterator::text = this->text.getBuffer();
73 UCharCharacterIterator::operator=(that);
76 UCharCharacterIterator::text = this->text.getBuffer();
86 // do not call UCharCharacterIterator::operator==()
110 UCharCharacterIterator::setText(text.getBuffer(), text.length());