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

/external/chromium/third_party/icu/source/common/
H A Dschriter.cpp30 StringCharacterIterator::StringCharacterIterator(const UnicodeString& textStr) argument
31 : UCharCharacterIterator(textStr.getBuffer(), textStr.length()),
32 text(textStr)
38 StringCharacterIterator::StringCharacterIterator(const UnicodeString& textStr, argument
40 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textPos),
41 text(textStr)
47 StringCharacterIterator::StringCharacterIterator(const UnicodeString& textStr, argument
51 : UCharCharacterIterator(textStr
[all...]
/external/icu4c/common/
H A Dschriter.cpp30 StringCharacterIterator::StringCharacterIterator(const UnicodeString& textStr) argument
31 : UCharCharacterIterator(textStr.getBuffer(), textStr.length()),
32 text(textStr)
38 StringCharacterIterator::StringCharacterIterator(const UnicodeString& textStr, argument
40 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textPos),
41 text(textStr)
47 StringCharacterIterator::StringCharacterIterator(const UnicodeString& textStr, argument
51 : UCharCharacterIterator(textStr
[all...]
/external/chromium/third_party/icu/public/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,
/external/icu4c/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,
/external/chromium/third_party/icu/source/test/intltest/
H A Dcitrtest.cpp24 SCharacterIterator(const UnicodeString& textStr){ argument
25 text = textStr;
27 textLength = textStr.length();
/external/icu4c/test/intltest/
H A Dcitrtest.cpp24 SCharacterIterator(const UnicodeString& textStr){ argument
25 text = textStr;
27 textLength = textStr.length();

Completed in 313 milliseconds