Home
last modified time | relevance | path

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

/MusicPlayer2/scintilla/src/
H A DCellBuffer.cxx288 Sci::Position IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept override { in IndexLineStart() function in LineVector
786 Sci::Position CellBuffer::IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept { in IndexLineStart() function in CellBuffer
H A DDocument.cxx468 Sci::Position Document::IndexLineStart(Sci::Line line, int lineCharacterIndex) const noexcept { in IndexLineStart() function in Document