Home
last modified time | relevance | path

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

/MusicPlayer2/scintilla/src/
H A DRESearch.cxx293 void RESearch::ChSetWithCase(unsigned char c, bool caseSensitive) noexcept { in ChSetWithCase()
433 const char *RESearch::Compile(const char *pattern, Sci::Position length, bool caseSensitive, bool p… in Compile()
H A DDocument.cxx2005 const bool caseSensitive = (flags & SCFIND_MATCHCASE) != 0; in FindText() local
3115 bool caseSensitive, Sci::Position *length, RESearch &search) { in Cxx11RegexFindText()
3166 bool caseSensitive, bool, bool, int flags, in FindText() argument