Home
last modified time | relevance | path

Searched defs:PropertySet (Results 1 – 4 of 4) sorted by relevance

/MusicPlayer2/scintilla/lexlib/
H A DLexerNoExceptions.cxx25 Sci_Position SCI_METHOD LexerNoExceptions::PropertySet(const char *key, const char *val) { in PropertySet() function in LexerNoExceptions
H A DLexerBase.cxx62 Sci_Position SCI_METHOD LexerBase::PropertySet(const char *key, const char *val) { in PropertySet() function in LexerBase
H A DDefaultLexer.cxx58 Sci_Position SCI_METHOD DefaultLexer::PropertySet(const char *, const char *) { in PropertySet() function in DefaultLexer
H A DOptionSet.h116 bool PropertySet(T *base, const char *name, const char *val) { in PropertySet() function