Searched refs:textStr (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dschriter.cpp32 StringCharacterIterator::StringCharacterIterator(const UnicodeString& textStr) argument
33 : UCharCharacterIterator(textStr.getBuffer(), textStr.length()),
34 text(textStr)
40 StringCharacterIterator::StringCharacterIterator(const UnicodeString& textStr, argument
42 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textPos),
43 text(textStr)
49 StringCharacterIterator::StringCharacterIterator(const UnicodeString& textStr, argument
53 : UCharCharacterIterator(textStr
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dschriter.h46 * Create an iterator over the UnicodeString referred to by "textStr".
49 * @param textStr The unicode string used to create an iterator
52 StringCharacterIterator(const UnicodeString& textStr);
55 * Create an iterator over the UnicodeString referred to by "textStr".
59 * @param textStr The unicode string used to create an iterator
63 StringCharacterIterator(const UnicodeString& textStr,
67 * Create an iterator over the UnicodeString referred to by "textStr".
76 * @param textStr The unicode string used to create the StringCharacterIterator
82 StringCharacterIterator(const UnicodeString& textStr,
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dcitrtest.cpp27 SCharacterIterator(const UnicodeString& textStr){ argument
28 text = textStr;
30 textLength = textStr.length();

Completed in 121 milliseconds