Home
last modified time | relevance | path

Searched defs:TextSegment (Results 1 – 1 of 1) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DPositionCache.h224 struct TextSegment { struct
228 TextSegment(int start_=0, int length_=0, const Representation *representation_=nullptr) noexcept : argument
229 start(start_), length(length_), representation(representation_) { in start()
231 int end() const noexcept { in end()