Home
last modified time | relevance | path

Searched defs:val (Results 1 – 15 of 15) sorted by relevance

/MusicPlayer2/scintilla/lexlib/
H A DPropSetSimple.cxx45 void PropSetSimple::Set(const char *key, const char *val, size_t lenKey, size_t lenVal) { in Set()
121 std::string val = props.Get(var.c_str()); in ExpandAllInPlace() local
141 std::string val = Get(key); in GetExpanded() local
151 std::string val = Get(key); in GetInt() local
H A DLexerNoExceptions.cxx25 Sci_Position SCI_METHOD LexerNoExceptions::PropertySet(const char *key, const char *val) { in PropertySet()
H A DCharacterSet.h85 void Add(int val) { in Add()
97 bool Contains(int val) const noexcept { in Contains()
H A DLexerBase.cxx62 Sci_Position SCI_METHOD LexerBase::PropertySet(const char *key, const char *val) { in PropertySet()
H A DOptionSet.h116 bool PropertySet(T *base, const char *name, const char *val) { in PropertySet()
/MusicPlayer2/MusicPlayer2/
H A DSongInfo.cpp11 void SongInfo::SetNoOnlineLyric(bool val) in SetNoOnlineLyric()
21 void SongInfo::SetNoOnlineAlbumCover(bool val) in SetNoOnlineAlbumCover()
31 void SongInfo::SetAlwaysUseExternalAlbumCover(bool val) in SetAlwaysUseExternalAlbumCover()
41 void SongInfo::SetChannelInfoAcquired(bool val) in SetChannelInfoAcquired()
H A DEditEx.cpp36 void CEditEx::SetColorWhenModified(bool val) in SetColorWhenModified()
H A Dbass_fx.h265 float val; // node value member
/MusicPlayer2/scintilla/src/
H A DCallTip.h26 std::string val; variable
H A DPerLine.cxx292 const int val = (line < lineStates.Length()) ? lineStates[line] : 0; in InsertLine() local
300 const int val = (line < lineStates.Length()) ? lineStates[line] : 0; in InsertLines() local
H A DUniConversion.cxx256 unsigned int UTF16FromUTF32Character(unsigned int val, wchar_t *tbuf) noexcept { in UTF16FromUTF32Character()
H A DXPM.cxx60 ColourDesired ColourFromHex(const char *val) noexcept { in ColourFromHex()
H A DScintillaBase.cxx758 void LexState::PropSet(const char *key, const char *val) { in PropSet()
H A DPositionCache.cxx544 void BreakFinder::Insert(Sci::Position val) { in Insert()
H A DEditor.cxx5805 sptr_t Editor::StringResult(sptr_t lParam, const char *val) noexcept { in StringResult()
5817 sptr_t Editor::BytesResult(sptr_t lParam, const unsigned char *val, size_t len) noexcept { in BytesResult()