Home | History | Annotate | Download | only in common

Lines Matching full:textstr

32 StringCharacterIterator::StringCharacterIterator(const UnicodeString& textStr)
33 : UCharCharacterIterator(textStr.getBuffer(), textStr.length()),
34 text(textStr)
40 StringCharacterIterator::StringCharacterIterator(const UnicodeString& textStr,
42 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textPos),
43 text(textStr)
49 StringCharacterIterator::StringCharacterIterator(const UnicodeString& textStr,
53 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textBegin, textEnd, textPos),
54 text(textStr)