Home
last modified time | relevance | path

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

/MusicPlayer2/scintilla/src/
H A DSelection.cxx251 SelectionRange &Selection::Range(size_t r) noexcept { in Range() function in Selection
255 const SelectionRange &Selection::Range(size_t r) const noexcept { in Range() function in Selection
H A DDocument.h37 Range(Sci::Position start_, Sci::Position end_) noexcept : in Range() function