Searched defs:val (Results 1 – 15 of 15) sorted by relevance
/MusicPlayer2/scintilla/lexlib/ |
H A D | PropSetSimple.cxx | 45 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 D | LexerNoExceptions.cxx | 25 Sci_Position SCI_METHOD LexerNoExceptions::PropertySet(const char *key, const char *val) { in PropertySet()
|
H A D | CharacterSet.h | 85 void Add(int val) { in Add() 97 bool Contains(int val) const noexcept { in Contains()
|
H A D | LexerBase.cxx | 62 Sci_Position SCI_METHOD LexerBase::PropertySet(const char *key, const char *val) { in PropertySet()
|
H A D | OptionSet.h | 116 bool PropertySet(T *base, const char *name, const char *val) { in PropertySet()
|
/MusicPlayer2/MusicPlayer2/ |
H A D | SongInfo.cpp | 11 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 D | EditEx.cpp | 36 void CEditEx::SetColorWhenModified(bool val) in SetColorWhenModified()
|
H A D | bass_fx.h | 265 float val; // node value member
|
/MusicPlayer2/scintilla/src/ |
H A D | CallTip.h | 26 std::string val; variable
|
H A D | PerLine.cxx | 292 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 D | UniConversion.cxx | 256 unsigned int UTF16FromUTF32Character(unsigned int val, wchar_t *tbuf) noexcept { in UTF16FromUTF32Character()
|
H A D | XPM.cxx | 60 ColourDesired ColourFromHex(const char *val) noexcept { in ColourFromHex()
|
H A D | ScintillaBase.cxx | 758 void LexState::PropSet(const char *key, const char *val) { in PropSet()
|
H A D | PositionCache.cxx | 544 void BreakFinder::Insert(Sci::Position val) { in Insert()
|
H A D | Editor.cxx | 5805 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()
|