Home
last modified time | relevance | path

Searched defs:word (Results 1 – 5 of 5) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DAutoComplete.cxx228 void AutoComplete::Select(const char *word) { in Select()
H A DViewStyle.h51 enum class WrapMode { none, word, character, whitespace }; enumerator
H A DEditor.h213 enum class TextUnit { character, word, subLine, wholeLine } selectionUnit; enumerator
H A DDocument.cxx1963 bool Document::MatchesWordOptions(bool word, bool wordStart, Sci::Position pos, Sci::Position lengt… in MatchesWordOptions()
2006 const bool word = (flags & SCFIND_WHOLEWORD) != 0; in FindText() local
/MusicPlayer2/MusicPlayer2/
H A DLyric.cpp873 wstring word; in GetLyricsString2() local