Home
last modified time | relevance | path

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

/MusicPlayer2/scintilla/src/
H A DPositionCache.h68 int numCharsInLine; variable
H A DEditView.cxx403 for (Sci::Position numCharsInLine = 0; numCharsInLine < lineLength; numCharsInLine++) { in LayoutLine() local
442 const int numCharsInLine = (vstyle.viewEOL) ? lineLength : numCharsBeforeEOL; in LayoutLine() local