Home
last modified time | relevance | path

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

/MusicPlayer2/MusicPlayer2/
H A DScintillaEditView.cpp303 void CScintillaEditView::SetEolMode(eEolMode eolMode) in SetEolMode()
338 void CScintillaEditView::ConvertEolMode(eEolMode eolMode) in ConvertEolMode()
/MusicPlayer2/scintilla/src/
H A DDocument.h274 int eolMode; variable
H A DEditor.cxx1622 const char *Editor::StringFromEOLMode(int eolMode) noexcept { in StringFromEOLMode()