HomeSort by relevance Sort by last modified time
    Searched refs:regex (Results 176 - 200 of 677) sorted by null

1 2 3 4 5 6 78 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.iter/re.regiter/
types.pass.cpp 10 // <regex>
25 #include <regex>
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.iter/re.tokiter/re.tokiter.cnstr/
vector.pass.cpp 10 // <regex>
20 #include <regex>
26 std::regex phone_numbers("\\d{3}-(\\d{4})");
57 std::regex phone_numbers("\\d{3}-(\\d{4})");
88 std::regex phone_numbers("\\d{3}-(\\d{4})");
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.iter/re.tokiter/
types.pass.cpp 10 // <regex>
25 #include <regex>
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.regex/re.regex.construct/
iter_iter.pass.cpp 10 // <regex>
17 #include <regex>
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.regex/
types.pass.cpp 10 // <regex>
21 #include <regex>
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.results/re.results.form/
form1.pass.cpp 10 // <regex>
19 #include <regex>
29 assert(std::regex_search(s, m, std::regex("cd((e)fg)hi")));
41 assert(std::regex_search(s, m, std::regex("cd((e)fg)hi")));
54 assert(std::regex_search(s, m, std::regex("cd((e)fg)hi")));
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.submatch/re.submatch.members/
compare_string_type.pass.cpp 10 // <regex>
16 #include <regex>
compare_value_type_ptr.pass.cpp 10 // <regex>
16 #include <regex>
operator_string.pass.cpp 10 // <regex>
16 #include <regex>
str.pass.cpp 10 // <regex>
16 #include <regex>
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.traits/
types.pass.cpp 11 // <regex>
21 #include <regex>
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bug-regex12.c 29 #include <regex.h>
bug-regex15.c 10 #include <regex.h>
bug-regex9.c 1 /* Test for memory handling in regex.
29 #include <regex.h>
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.alg/re.alg.match/
awk.pass.cpp 10 // <regex>
20 #include <regex>
30 assert(std::regex_match(s, m, std::regex("a", std::regex_constants::awk)));
46 assert(std::regex_match(s, m, std::regex("ab", std::regex_constants::awk)));
61 assert(!std::regex_match(s, m, std::regex("ba", std::regex_constants::awk)));
68 assert(!std::regex_match(s, m, std::regex("ab", std::regex_constants::awk)));
74 assert(!std::regex_match(s, m, std::regex("ab", std::regex_constants::awk),
81 assert(!std::regex_match(s, m, std::regex("bc", std::regex_constants::awk)));
87 assert(std::regex_match(s, m, std::regex("ab*c", std::regex_constants::awk)));
102 assert(std::regex_match(s, m, std::regex("(ab)*c", std::regex_constants::awk)))
    [all...]
basic.pass.cpp 10 // <regex>
19 #include <regex>
28 assert(!std::regex_match("a", m, std::regex()));
35 assert(std::regex_match(s, m, std::regex("a", std::regex_constants::basic)));
51 assert(std::regex_match(s, m, std::regex("ab", std::regex_constants::basic)));
66 assert(!std::regex_match(s, m, std::regex("ba", std::regex_constants::basic)));
73 assert(!std::regex_match(s, m, std::regex("ab", std::regex_constants::basic)));
79 assert(!std::regex_match(s, m, std::regex("ab", std::regex_constants::basic),
86 assert(!std::regex_match(s, m, std::regex("bc", std::regex_constants::basic)));
92 assert(std::regex_match(s, m, std::regex("ab*c", std::regex_constants::basic)))
    [all...]
  /cts/tools/cts-native-scanner/src/com/android/cts/nativescanner/
TestScanner.java 26 import java.util.regex.Matcher;
27 import java.util.regex.Pattern;
  /development/apps/BuildWidget/src/com/android/buildwidget/
BuildWidget.java 34 import java.util.regex.Matcher;
35 import java.util.regex.Pattern;
  /external/doclava/src/com/google/doclava/
ParamTagInfo.java 21 import java.util.regex.Pattern;
22 import java.util.regex.Matcher;
ThrowsTagInfo.java 21 import java.util.regex.Pattern;
22 import java.util.regex.Matcher;
  /packages/apps/Email/src/org/apache/james/mime4j/field/
Field.java 22 import java.util.regex.Matcher;
23 import java.util.regex.Pattern;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
stdc++.h 104 #include <regex>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
stdc++.h 108 #include <regex>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
stdc++.h 108 #include <regex>
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
stdc++.h 104 #include <regex>

Completed in 1005 milliseconds

1 2 3 4 5 6 78 91011>>