Searched refs:getCharAt (Results 1 – 5 of 5) sorted by relevance
113 virtual UChar getCharAt(int32_t offset) const{ in getCharAt() function in TestReplaceable125 } else if (start > 0 && getCharAt(start-1) != NO_STYLE_MARK) { in fixStyles()136 if (getCharAt(start+i) == NO_STYLE_MARK) { in fixStyles()184 virtual UChar getCharAt(int32_t /*offset*/) const{ in getCharAt() function in NoopReplaceable
231 virtual UChar getCharAt(int32_t offset) const = 0;249 return getCharAt(offset); in charAt()
3384 virtual UChar getCharAt(int32_t offset) const;
81 virtual UChar getCharAt(int32_t offset) const;102 UChar ReplaceableGlue::getCharAt(int32_t offset) const { in getCharAt() function in ReplaceableGlue
750 UnicodeString::getCharAt(int32_t offset) const { in getCharAt() function in UnicodeString