Home | History | Annotate | Download | only in src

Lines Matching full:regexec

8408   return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
8417 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0;