Home | History | Annotate | Download | only in common

Lines Matching refs:textStr

34 StringCharacterIterator::StringCharacterIterator(const UnicodeString& textStr)
35 : UCharCharacterIterator(textStr.getBuffer(), textStr.length()),
36 text(textStr)
42 StringCharacterIterator::StringCharacterIterator(const UnicodeString& textStr,
44 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textPos),
45 text(textStr)
51 StringCharacterIterator::StringCharacterIterator(const UnicodeString& textStr,
55 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textBegin, textEnd, textPos),
56 text(textStr)