Home
last modified time | relevance | path

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

/MusicPlayer2/scintilla/src/
H A DDocument.h320 …bool ContainsLineEnd(const char *s, Sci::Position length) const noexcept { return cb.ContainsLineE… in ContainsLineEnd() function
H A DCellBuffer.cxx730 bool CellBuffer::ContainsLineEnd(const char *s, Sci::Position length) const noexcept { in ContainsLineEnd() function in CellBuffer