Home
last modified time | relevance | path

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

/external/icu/libicu/cts_headers/unicode/
Drep.h240 virtual UChar32 getChar32At(int32_t offset) const = 0;
257 return getChar32At(offset); in char32At()
Dunistr.h3472 virtual UChar32 getChar32At(int32_t offset) const;
/external/icu/icu4c/source/common/unicode/
Drep.h240 virtual UChar32 getChar32At(int32_t offset) const = 0;
257 return getChar32At(offset); in char32At()
Dunistr.h3472 virtual UChar32 getChar32At(int32_t offset) const;
/external/icu/icu4c/source/test/intltest/
Dreptest.cpp119 virtual UChar32 getChar32At(int32_t offset) const{ in getChar32At() function in TestReplaceable
190 virtual UChar32 getChar32At(int32_t /*offset*/) const{ in getChar32At() function in NoopReplaceable
/external/icu/icu4c/source/i18n/
Dutrans.cpp85 virtual UChar32 getChar32At(int32_t offset) const;
108 UChar32 ReplaceableGlue::getChar32At(int32_t offset) const { in getChar32At() function in ReplaceableGlue
/external/icu/icu4c/source/common/
Dunistr.cpp783 UnicodeString::getChar32At(int32_t offset) const { in getChar32At() function in UnicodeString