Home
last modified time | relevance | path

Searched refs:getCharAt (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dreptest.cpp113 virtual UChar getCharAt(int32_t offset) const{ in getCharAt() function in TestReplaceable
125 } else if (start > 0 && getCharAt(start-1) != NO_STYLE_MARK) { in fixStyles()
136 if (getCharAt(start+i) == NO_STYLE_MARK) { in fixStyles()
184 virtual UChar getCharAt(int32_t /*offset*/) const{ in getCharAt() function in NoopReplaceable
/external/icu/icu4c/source/common/unicode/
Drep.h231 virtual UChar getCharAt(int32_t offset) const = 0;
249 return getCharAt(offset); in charAt()
Dunistr.h3384 virtual UChar getCharAt(int32_t offset) const;
/external/icu/icu4c/source/i18n/
Dutrans.cpp81 virtual UChar getCharAt(int32_t offset) const;
102 UChar ReplaceableGlue::getCharAt(int32_t offset) const { in getCharAt() function in ReplaceableGlue
/external/icu/icu4c/source/common/
Dunistr.cpp750 UnicodeString::getCharAt(int32_t offset) const { in getCharAt() function in UnicodeString