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

/external/chromium_org/third_party/icu/source/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...]
/external/icu4c/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...]
/external/chromium_org/third_party/icu/source/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_org/third_party/icu/source/test/intltest/
H A Dcitrtest.cpp26 SCharacterIterator(const UnicodeString& textStr){ argument
27 text = textStr;
29 textLength = textStr.length();
/external/icu4c/test/intltest/
H A Dcitrtest.cpp27 SCharacterIterator(const UnicodeString& textStr){ argument
28 text = textStr;
30 textLength = textStr.length();

Completed in 155 milliseconds