Home
last modified time | relevance | path

Searched defs:s_ (Results 1 – 2 of 2) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DPositionCache.cxx686 void PositionCacheEntry::Set(unsigned int styleNumber_, const char *s_, in Set()
712 bool PositionCacheEntry::Retrieve(unsigned int styleNumber_, const char *s_, in Retrieve()
H A DEditor.h80 …void Copy(const std::string &s_, int codePage_, int characterSet_, bool rectangular_, bool lineCop… in Copy()