Searched defs:regex (Results 1 - 25 of 55) sorted by last modified time

123

/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/
H A Dgtest-death-test.cc305 bool DeathTest::Create(const char* statement, const RE* regex, argument
340 const RE* regex() const { return regex_; } function in class:testing::internal::DeathTestImpl
1043 bool DefaultDeathTestFactory::Create(const char* statement, const RE* regex, argument
[all...]
H A Dgtest-port.cc145 void RE::Init(const char* regex) { argument
225 FormatRegexSyntaxError(const char* regex, int index) argument
232 ValidateRegex(const char* regex) argument
295 MatchRepetitionAndRegexAtHead( bool escaped, char c, char repeat, const char* regex, const char* str) argument
322 MatchRegexAtHead(const char* regex, const char* str) argument
358 MatchRegexAnywhere(const char* regex, const char* str) argument
392 Init(const char* regex) argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h821 RE(const ::std::string& regex) { Ini argument
825 RE(const ::string& regex) argument
829 RE(const char* regex) argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DRegex.cpp22 Regex::Regex(StringRef regex, unsigned Flags) { argument
/macosx-10.10/cups-408/cups/test/
H A Dippfind.c2417 new_expr(ippfind_op_t op, int invert, const char *value, const char *regex, char **args) argument
[all...]
/macosx-10.10/ruby-106/ruby/ext/ripper/
H A Dripper.c16372 reg_named_capture_assign_iter(const OnigUChar *name, const OnigUChar *name_end, int back_num, int *back_refs, OnigRegex regex, void *arg0) argument
/macosx-10.10/ruby-106/ruby/
H A Dparse.c16282 reg_named_capture_assign_iter(const OnigUChar *name, const OnigUChar *name_end, int back_num, int *back_refs, OnigRegex regex, void *arg0) argument
H A Dstring.c7477 int regex = FALSE; local
7527 int regex = FALSE; local
H A Dre.c701 reg_names_iter(const OnigUChar *name, const OnigUChar *name_end, int back_num, int *back_refs, OnigRegex regex, void *arg) argument
735 reg_named_captures_iter(const OnigUChar *name, const OnigUChar *name_end, int back_num, int *back_refs, OnigRegex regex, void *arg) argument
1830 match_inspect_name_iter(const OnigUChar *name, const OnigUChar *name_end, int back_num, int *back_refs, OnigRegex regex, void *arg0) argument
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorPageAgent.cpp625 JSC::Yarr::RegularExpression regex = ContentSearchUtilities::createSearchRegex(text, caseSensitive, isRegex); local
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DContentSearchUtilities.cpp79 static Vector<std::pair<size_t, String>> getRegularExpressionMatchesByLines(const JSC::Yarr::RegularExpression& regex, const String& text) argument
138 int countRegularExpressionMatches(const JSC::Yarr::RegularExpression& regex, const String& content) argument
161 JSC::Yarr::RegularExpression regex = ContentSearchUtilities::createSearchRegex(query, caseSensitive, isRegex); local
/macosx-10.10/apache-793/httpd/server/
H A Dutil_expr_scan.c620 #define regex 4 macro
1239 BEGIN(regex); variable
1248 BEGIN(regex); variable
H A Dutil_expr_parse.y177 regex : T_REGEX { label
[all...]
H A Dutil_expr_eval.c267 const ap_regex_t *regex = e2->node_arg1; local
/macosx-10.10/apache-793/httpd/modules/lua/
H A Dmod_lua.c1106 ap_regex_t *regex = apr_pcalloc(cmd->pool, sizeof(ap_regex_t)); local
H A Dlua_request.c1094 ap_regex_t regex; local
[all...]
/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dmod_proxy.h113 ap_regex_t *regex; member in struct:proxy_alias
H A Dmod_proxy.c1374 add_proxy(cmd_parms *cmd, void *dummy, const char *f1, const char *r1, int regex) argument
[all...]
/macosx-10.10/ruby-106/ruby/ext/strscan/
H A Dstrscan.c444 strscan_do_scan(VALUE self, VALUE regex, int succptr, int getstr, int headonly) argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Drepattrn.cpp270 RegexPattern::compile(const UnicodeString &regex, argument
321 RegexPattern::compile(UText *regex, argument
371 RegexPattern::compile(const UnicodeString &regex, argument
383 RegexPattern::compile(UText *regex, argument
395 RegexPattern::compile(const UnicodeString &regex, argument
408 compile(UText *regex, uint32_t flags, UErrorCode &err) argument
475 matches(const UnicodeString &regex, const UnicodeString &input, UParseError &pe, UErrorCode &status) argument
499 matches(UText *regex, UText *input, UParseError &pe, UErrorCode &status) argument
[all...]
/macosx-10.10/apache-793/httpd/modules/metadata/
H A Dmod_headers.c132 ap_regex_t *regex; member in struct:__anon6314
486 ap_regex_t *regex; local
[all...]
H A Dmod_setenvif.c109 char *regex; /* regex to match against */ member in struct:__anon6327
285 char *regex; local
[all...]
/macosx-10.10/apache-793/httpd/modules/filters/
H A Dmod_include.c1174 unsigned regex = 0; local
[all...]
/macosx-10.10/emacs-93/emacs/lib-src/
H A Detags.c309 char *regex; /* search regexp */ member in struct:node_st
[all...]
/macosx-10.10/Libc-1044.1.2/regex/TRE/lib/
H A Dtre-compile.c2950 tre_compile(regex_t *preg, const tre_char_t *regex, size_t n, int cflags, argument

Completed in 421 milliseconds

123