Home
last modified time | relevance | path

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

/external/icu4c/common/unicode/
Drep.h237 virtual UChar32 getChar32At(int32_t offset) const = 0;
252 return getChar32At(offset); in char32At()
Dunistr.h3261 virtual UChar32 getChar32At(int32_t offset) const;
/external/icu4c/test/intltest/
Dreptest.cpp117 virtual UChar32 getChar32At(int32_t offset) const{ in getChar32At() function in TestReplaceable
188 virtual UChar32 getChar32At(int32_t /*offset*/) const{ in getChar32At() function in NoopReplaceable
/external/icu4c/i18n/
Dutrans.cpp82 virtual UChar32 getChar32At(int32_t offset) const;
105 UChar32 ReplaceableGlue::getChar32At(int32_t offset) const { in getChar32At() function in ReplaceableGlue
/external/icu4c/common/
Dunistr.cpp699 UnicodeString::getChar32At(int32_t offset) const { in getChar32At() function in UnicodeString