Searched refs:RunMatcher (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/tracker/
H A DRegExp.h122 int32 RunMatcher(regexp*, const char*) const;
147 // Working functions for RunMatcher():
175 // Work variables for RunMatcher().
H A DRegExp.cpp99 // supplied because the test in RunMatcher() needs it and Compile() is
287 return RunMatcher(fRegExp, string) == 1;
297 return RunMatcher(fRegExp, string.String()) == 1;
908 // RunMatcher and friends
913 // - RunMatcher - match a regexp against a string
916 RegExp::RunMatcher(regexp* prog, const char* string) const function in class:RegExp
/haiku/src/bin/locale/
H A Dcollectcatkeys.cpp180 while (rx.RunMatcher(rxprg, in)) {
/haiku/src/tools/locale/
H A Dcollectcatkeys.cpp186 while (rx.RunMatcher(rxprg, in)) {

Completed in 85 milliseconds