Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dreptest.cpp115 virtual UChar getCharAt(int32_t offset) const{ in getCharAt() function in TestReplaceable
127 } else if (start > 0 && getCharAt(start-1) != NO_STYLE_MARK) { in fixStyles()
138 if (getCharAt(start+i) == NO_STYLE_MARK) { in fixStyles()
186 virtual UChar getCharAt(int32_t /*offset*/) const{ in getCharAt() function in NoopReplaceable
/external/icu/icu4c/source/common/unicode/
Drep.h233 virtual char16_t getCharAt(int32_t offset) const = 0;
251 return getCharAt(offset); in charAt()
Dunistr.h3484 virtual char16_t getCharAt(int32_t offset) const;
/external/icu/icu4c/source/i18n/
Dutrans.cpp83 virtual UChar getCharAt(int32_t offset) const;
104 UChar ReplaceableGlue::getCharAt(int32_t offset) const { in getCharAt() function in ReplaceableGlue
/external/icu/icu4c/source/common/
Dunistr.cpp779 UnicodeString::getCharAt(int32_t offset) const { in getCharAt() function in UnicodeString