HomeSort by relevance Sort by last modified time
    Searched refs:regex (Results 76 - 100 of 2073) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.const/re.matchflag/
match_not_null.pass.cpp 10 // <regex>
17 #include <regex>
21 // When match_not_null is on, the regex engine should reject empty matches and
24 assert(!std::regex_search("a", m, std::regex("b*"),
26 assert(std::regex_search("aa", m, std::regex("a*?"),
29 assert(!std::regex_search("a", m, std::regex("b*", std::regex::extended),
33 std::regex("b*", std::regex::extended | std::regex_constants::nosubs),
36 assert(!std::regex_match("", m, std::regex("a*")
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.iter/re.tokiter/re.tokiter.cnstr/
array.fail.cpp 10 // <regex>
21 #include <regex>
33 std::regex phone_numbers("\\d{3}-(\\d{4})");
37 std::regex("\\d{3}-\\d{4}"), indices);
vector.fail.cpp 10 // <regex>
21 #include <regex>
32 std::regex phone_numbers("\\d{3}-(\\d{4})");
38 std::regex("\\d{3}-\\d{4}"), v);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.regex/re.regex.construct/
bad_backref.pass.cpp 11 // <regex>
18 #include <regex>
26 std::regex re(pat);
42 std::regex re(pat1, pat1 + 7); // extra chars after the end.
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/cmake/
std_regex.cpp 1 #include <regex>
5 std::regex re;
6 re = std::regex("^[a-z]+[0-9]+$",
  /external/llvm/include/llvm/Support/
Regex.h 1 //===-- Regex.h - Regular Expression matcher implementation -*- C++ -*-----===//
28 class Regex {
46 /// Compiles the given regular expression \p Regex.
47 Regex(StringRef Regex, unsigned Flags = NoFlags);
48 Regex(const Regex &) = delete;
49 Regex &operator=(Regex regex) {
    [all...]
  /external/valgrind/helgrind/tests/
filter_stderr_solaris 16 my %regex = (
30 my $check = join "|", keys %regex;
32 s/($check)(.*hg_intercepts.c)/$regex{$1}$2/g;
  /external/libcxx/test/std/re/re.results/re.results.state/
ready.pass.cpp 10 // <regex>
16 #include <regex>
26 std::regex_search(s, m, std::regex("cd((e)fg)hi"));
36 std::regex_search(s, m, std::regex("z"));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.results/re.results.state/
ready.pass.cpp 10 // <regex>
16 #include <regex>
26 std::regex_search(s, m, std::regex("cd((e)fg)hi"));
36 std::regex_search(s, m, std::regex("z"));
  /external/libcxx/test/std/re/re.syn/
cmatch.pass.cpp 10 // <regex>
14 #include <regex>
cregex_iterator.pass.cpp 10 // <regex>
14 #include <regex>
cregex_token_iterator.pass.cpp 10 // <regex>
14 #include <regex>
csub_match.pass.cpp 10 // <regex>
14 #include <regex>
smatch.pass.cpp 10 // <regex>
14 #include <regex>
sregex_iterator.pass.cpp 10 // <regex>
14 #include <regex>
sregex_token_iterator.pass.cpp 10 // <regex>
14 #include <regex>
ssub_match.pass.cpp 10 // <regex>
14 #include <regex>
wcmatch.pass.cpp 10 // <regex>
14 #include <regex>
wcregex_iterator.pass.cpp 10 // <regex>
14 #include <regex>
wcregex_token_iterator.pass.cpp 10 // <regex>
14 #include <regex>
wcsub_match.pass.cpp 10 // <regex>
14 #include <regex>
wregex.pass.cpp 10 // <regex>
14 #include <regex>
wsmatch.pass.cpp 10 // <regex>
14 #include <regex>
wsregex_iterator.pass.cpp 10 // <regex>
14 #include <regex>
wsregex_token_iterator.pass.cpp 10 // <regex>
14 #include <regex>

Completed in 307 milliseconds

1 2 34 5 6 7 8 91011>>