Searched refs:getChar32At (Results 1 – 5 of 5) sorted by relevance
237 virtual UChar32 getChar32At(int32_t offset) const = 0;254 return getChar32At(offset); in char32At()
3261 virtual UChar32 getChar32At(int32_t offset) const;
117 virtual UChar32 getChar32At(int32_t offset) const{ in getChar32At() function in TestReplaceable188 virtual UChar32 getChar32At(int32_t /*offset*/) const{ in getChar32At() function in NoopReplaceable
83 virtual UChar32 getChar32At(int32_t offset) const;106 UChar32 ReplaceableGlue::getChar32At(int32_t offset) const { in getChar32At() function in ReplaceableGlue
668 UnicodeString::getChar32At(int32_t offset) const { in getChar32At() function in UnicodeString