Searched defs:TextSegment (Results 1 – 1 of 1) sorted by relevance
224 struct TextSegment { struct228 TextSegment(int start_=0, int length_=0, const Representation *representation_=nullptr) noexcept : argument229 start(start_), length(length_), representation(representation_) { in start()231 int end() const noexcept { in end()