Searched defs:caseSensitive (Results 1 - 6 of 6) sorted by relevance

/haiku/src/system/kernel/debug/
H A Ddebug_builtin_commands.cpp210 bool caseSensitive = true; local
/haiku/src/kits/shared/
H A DRegExp.cpp23 Data(const char* pattern, PatternType patternType, bool caseSensitive) argument
202 RegExp(const char* pattern, PatternType patternType, bool caseSensitive) argument
228 SetPattern(const char* pattern, PatternType patternType, bool caseSensitive) argument
/haiku/src/apps/diskprobe/
H A DDiskProbe.cpp234 bool caseSensitive; local
H A DFindWindow.cpp531 bool caseSensitive; local
/haiku/src/apps/terminal/
H A DBasicTerminalBuffer.cpp519 Find(const char* _pattern, const TermPos& start, bool forward, bool caseSensitive, bool matchWord, TermPos& _matchStart, TermPos& _matchEnd) const argument
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp1726 StyledEditWindow::_Search(BString string, bool caseSensitive, bool wrap, argument
1077 SearchAllWindows(BString find, BString replace, bool caseSensitive) argument
1795 _Replace(BString findThis, BString replaceWith, bool caseSensitive, bool wrap, bool backSearch) argument
1818 _ReplaceAll(BString findThis, BString replaceWith, bool caseSensitive) argument
[all...]

Completed in 101 milliseconds