HomeSort by relevance Sort by last modified time
    Searched full:regex (Results 51 - 75 of 5854) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Regex.h 1 //===-- Regex.h - Regular Expression matcher implementation -*- C++ -*-----===//
28 class Regex {
46 Regex();
47 /// Compiles the given regular expression \p Regex.
48 Regex(StringRef Regex, unsigned Flags = NoFlags);
49 Regex(const Regex &) = delete;
50 Regex &operator=(Regex regex)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Regex.h 1 //===-- Regex.h - Regular Expression matcher implementation -*- C++ -*-----===//
28 class Regex {
46 Regex();
47 /// Compiles the given regular expression \p Regex.
48 Regex(StringRef Regex, unsigned Flags = NoFlags);
49 Regex(const Regex &) = delete;
50 Regex &operator=(Regex regex)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Regex.h 1 //===-- Regex.h - Regular Expression matcher implementation -*- C++ -*-----===//
28 class Regex {
46 Regex();
47 /// Compiles the given regular expression \p Regex.
48 Regex(StringRef Regex, unsigned Flags = NoFlags);
49 Regex(const Regex &) = delete;
50 Regex &operator=(Regex regex)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Regex.h 1 //===-- Regex.h - Regular Expression matcher implementation -*- C++ -*-----===//
28 class Regex {
46 Regex();
47 /// Compiles the given regular expression \p Regex.
48 Regex(StringRef Regex, unsigned Flags = NoFlags);
49 Regex(const Regex &) = delete;
50 Regex &operator=(Regex regex)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Regex.h 1 //===-- Regex.h - Regular Expression matcher implementation -*- C++ -*-----===//
28 class Regex {
46 Regex();
47 /// Compiles the given regular expression \p Regex.
48 Regex(StringRef Regex, unsigned Flags = NoFlags);
49 Regex(const Regex &) = delete;
50 Regex &operator=(Regex regex)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Regex.h 1 //===-- Regex.h - Regular Expression matcher implementation -*- C++ -*-----===//
28 class Regex {
46 Regex();
47 /// Compiles the given regular expression \p Regex.
48 Regex(StringRef Regex, unsigned Flags = NoFlags);
49 Regex(const Regex &) = delete;
50 Regex &operator=(Regex regex)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Regex.h 1 //===-- Regex.h - Regular Expression matcher implementation -*- C++ -*-----===//
28 class Regex {
46 Regex();
47 /// Compiles the given regular expression \p Regex.
48 Regex(StringRef Regex, unsigned Flags = NoFlags);
49 Regex(const Regex &) = delete;
50 Regex &operator=(Regex regex)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Regex.h 1 //===-- Regex.h - Regular Expression matcher implementation -*- C++ -*-----===//
28 class Regex {
46 Regex();
47 /// Compiles the given regular expression \p Regex.
48 Regex(StringRef Regex, unsigned Flags = NoFlags);
49 Regex(const Regex &) = delete;
50 Regex &operator=(Regex regex)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Regex.h 1 //===-- Regex.h - Regular Expression matcher implementation -*- C++ -*-----===//
28 class Regex {
46 Regex();
47 /// Compiles the given regular expression \p Regex.
48 Regex(StringRef Regex, unsigned Flags = NoFlags);
49 Regex(const Regex &) = delete;
50 Regex &operator=(Regex regex)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Regex.h 1 //===-- Regex.h - Regular Expression matcher implementation -*- C++ -*-----===//
28 class Regex {
46 Regex();
47 /// Compiles the given regular expression \p Regex.
48 Regex(StringRef Regex, unsigned Flags = NoFlags);
49 Regex(const Regex &) = delete;
50 Regex &operator=(Regex regex)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Regex.h 1 //===-- Regex.h - Regular Expression matcher implementation -*- C++ -*-----===//
28 class Regex {
46 Regex();
47 /// Compiles the given regular expression \p Regex.
48 Regex(StringRef Regex, unsigned Flags = NoFlags);
49 Regex(const Regex &) = delete;
50 Regex &operator=(Regex regex)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Regex.h 1 //===-- Regex.h - Regular Expression matcher implementation -*- C++ -*-----===//
28 class Regex {
46 Regex();
47 /// Compiles the given regular expression \p Regex.
48 Regex(StringRef Regex, unsigned Flags = NoFlags);
49 Regex(const Regex &) = delete;
50 Regex &operator=(Regex regex)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Regex.h 1 //===-- Regex.h - Regular Expression matcher implementation -*- C++ -*-----===//
28 class Regex {
46 Regex();
47 /// Compiles the given regular expression \p Regex.
48 Regex(StringRef Regex, unsigned Flags = NoFlags);
49 Regex(const Regex &) = delete;
50 Regex &operator=(Regex regex)
    [all...]
  /external/annotation-tools/asmx/test/lib/
jakarta-oro-2.0.8.jar 
  /external/guice/extensions/persist/lib/
oro-2.0.8.jar 
  /prebuilts/tools/common/m2/repository/oro/oro/2.0.8/
oro-2.0.8.jar 
  /external/libcxx/test/std/re/re.grammar/
excessive_brace_count.pass.cpp 10 // <regex>
16 #include <regex>
22 {std::regex::basic, std::regex::grep}) {
24 TEST_IGNORE_NODISCARD std::regex("a\\{100000000000000000\\}", op);
31 {std::regex::ECMAScript, std::regex::extended, std::regex::egrep,
32 std::regex::awk}) {
34 TEST_IGNORE_NODISCARD std::regex("a{100000000000000000}", op)
    [all...]
  /external/libcxx/test/std/re/re.regex/re.regex.assign/
assign.pass.cpp 10 // <regex>
16 #include <regex>
22 std::regex r1("(a([bc]))");
23 std::regex r2;
25 assert(r2.flags() == std::regex::ECMAScript);
31 try { r2.assign("(def", std::regex::extended); }
34 assert(r2.flags() == std::regex::ECMAScript);
assign_iter_iter_flag.pass.cpp 10 // <regex>
19 #include <regex>
30 std::regex r2;
33 assert(r2.flags() == std::regex::ECMAScript);
36 r2.assign(I(s4.begin()), I(s4.end()), std::regex::extended);
37 assert(r2.flags() == std::regex::extended);
41 assert(r2.flags() == std::regex::ECMAScript);
44 r2.assign(F(s4.begin()), F(s4.end()), std::regex::extended);
45 assert(r2.flags() == std::regex::extended);
assign_ptr_size_flag.pass.cpp 10 // <regex>
16 #include <regex>
22 std::regex r2;
23 r2.assign("(a([bc]))", 9, std::regex::extended);
24 assert(r2.flags() == std::regex::extended);
  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/internal/
RegexCache.java 21 import java.util.regex.Pattern;
35 public Pattern getPatternForRegex(String regex) {
36 Pattern pattern = cache.get(regex);
38 pattern = Pattern.compile(regex);
39 cache.put(regex, pattern);
45 boolean containsRegex(String regex) {
46 return cache.containsKey(regex);
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Regex.cpp 1 //===-- Regex.cpp - Regular Expression matcher implementation -------------===//
14 #include "llvm/Support/Regex.h"
22 Regex::Regex() : preg(nullptr), error(REG_BADPAT) {}
24 Regex::Regex(StringRef regex, unsigned Flags) {
27 preg->re_endp = regex.end();
34 error = llvm_regcomp(preg, regex.data(), flags|REG_PEND);
37 Regex::Regex(Regex &&regex)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.regex/re.regex.assign/
assign.pass.cpp 10 // <regex>
16 #include <regex>
22 std::regex r1("(a([bc]))");
23 std::regex r2;
25 assert(r2.flags() == std::regex::ECMAScript);
31 try { r2.assign("(def", std::regex::extended); }
34 assert(r2.flags() == std::regex::ECMAScript);
assign_iter_iter_flag.pass.cpp 10 // <regex>
19 #include <regex>
30 std::regex r2;
33 assert(r2.flags() == std::regex::ECMAScript);
36 r2.assign(I(s4.begin()), I(s4.end()), std::regex::extended);
37 assert(r2.flags() == std::regex::extended);
41 assert(r2.flags() == std::regex::ECMAScript);
44 r2.assign(F(s4.begin()), F(s4.end()), std::regex::extended);
45 assert(r2.flags() == std::regex::extended);
  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/text/
MatchesPattern.java 7 import java.util.regex.Pattern;
28 * exactly matches the given {@link java.util.regex.Pattern}.
36 * exactly matches the given regular expression, treated as a {@link java.util.regex.Pattern}.
38 public static Matcher<String> matchesPattern(String regex) {
39 return new MatchesPattern(Pattern.compile(regex));

Completed in 1332 milliseconds

1 23 4 5 6 7 8 91011>>