Searched refs:getCharAt (Results 1 – 6 of 6) 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;247 return getCharAt(offset); in charAt()
3254 virtual UChar getCharAt(int32_t offset) const;
80 virtual UChar getCharAt(int32_t offset) const;101 UChar ReplaceableGlue::getCharAt(int32_t offset) const { in getCharAt() function in ReplaceableGlue
85 this.getCharAt = function(iOffset) { method in BinaryFile
694 UnicodeString::getCharAt(int32_t offset) const { in getCharAt() function in UnicodeString