Searched refs:getChar32At (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Drep.h237 virtual UChar32 getChar32At(int32_t offset) const = 0;
254 return getChar32At(offset);
H A Dunistr.h3257 * The change in Replaceable to use virtual getChar32At() allows
3261 virtual UChar32 getChar32At(int32_t offset) const;
/external/icu/icu4c/source/common/unicode/
H A Drep.h237 virtual UChar32 getChar32At(int32_t offset) const = 0;
254 return getChar32At(offset);
H A Dunistr.h3257 * The change in Replaceable to use virtual getChar32At() allows
3261 virtual UChar32 getChar32At(int32_t offset) const;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dreptest.cpp117 virtual UChar32 getChar32At(int32_t offset) const{ function in class:TestReplaceable
188 virtual UChar32 getChar32At(int32_t /*offset*/) const{ function in class:NoopReplaceable
/external/icu/icu4c/source/test/intltest/
H A Dreptest.cpp117 virtual UChar32 getChar32At(int32_t offset) const{ function in class:TestReplaceable
188 virtual UChar32 getChar32At(int32_t /*offset*/) const{ function in class:NoopReplaceable
/external/chromium_org/third_party/icu/source/i18n/
H A Dutrans.cpp82 virtual UChar32 getChar32At(int32_t offset) const;
105 UChar32 ReplaceableGlue::getChar32At(int32_t offset) const { function in class:ReplaceableGlue
/external/icu/icu4c/source/i18n/
H A Dutrans.cpp83 virtual UChar32 getChar32At(int32_t offset) const;
106 UChar32 ReplaceableGlue::getChar32At(int32_t offset) const { function in class:ReplaceableGlue
/external/chromium_org/third_party/icu/source/common/
H A Dunistr.cpp693 UnicodeString::getChar32At(int32_t offset) const { function in class:UnicodeString
/external/icu/icu4c/source/common/
H A Dunistr.cpp693 UnicodeString::getChar32At(int32_t offset) const { function in class:UnicodeString

Completed in 249 milliseconds