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

/haiku/src/kits/tracker/
H A DRegExp.h123 regexp* Compile(const char*);
134 // Working functions for Compile():
167 // Work variables for Compile().
H A DRegExp.cpp96 // that Compile() supplies a regmust only if the r.e. contains something
99 // supplied because the test in RunMatcher() needs it and Compile() is
235 fRegExp = Compile(pattern);
244 fRegExp = Compile(pattern.String());
266 fRegExp = Compile(pattern);
276 fRegExp = Compile(pattern.String());
302 // - Compile - compile a regular expression into internal code
316 RegExp::Compile(const char* exp) function in class:RegExp
/haiku/src/bin/locale/
H A Dcollectcatkeys.cpp173 struct regexp *rxprg = rx.Compile(rxString.String());
/haiku/src/tools/locale/
H A Dcollectcatkeys.cpp179 struct regexp *rxprg = rx.Compile(rxString.String());

Completed in 96 milliseconds