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

1 2 3 4 5 6 78 91011>>

  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
TrigramIndex.h 13 // full regex.
19 // the check passes the query to a regex. If none of the rules got enough
21 // of the rules, and no regex matching is needed.
42 /// Inserts a new Regex into the index.
43 void insert(std::string Regex);
54 // regex matching is needed for every rule.
58 // regex rules in the SpecialCaseList.
63 // which increases the probability for a need to match using regex, but
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
TrigramIndex.h 13 // full regex.
19 // the check passes the query to a regex. If none of the rules got enough
21 // of the rules, and no regex matching is needed.
42 /// Inserts a new Regex into the index.
43 void insert(std::string Regex);
54 // regex matching is needed for every rule.
58 // regex rules in the SpecialCaseList.
63 // which increases the probability for a need to match using regex, but
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
TrigramIndex.h 13 // full regex.
19 // the check passes the query to a regex. If none of the rules got enough
21 // of the rules, and no regex matching is needed.
42 /// Inserts a new Regex into the index.
43 void insert(std::string Regex);
54 // regex matching is needed for every rule.
58 // regex rules in the SpecialCaseList.
63 // which increases the probability for a need to match using regex, but
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
TrigramIndex.h 13 // full regex.
19 // the check passes the query to a regex. If none of the rules got enough
21 // of the rules, and no regex matching is needed.
42 /// Inserts a new Regex into the index.
43 void insert(std::string Regex);
54 // regex matching is needed for every rule.
58 // regex rules in the SpecialCaseList.
63 // which increases the probability for a need to match using regex, but
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
regex_error.h 1 // class template regex -*- C++ -*-
27 * @brief Error and exception objects for the std regex library.
30 * Do not attempt to use it directly. @headername{regex}
36 * @addtogroup regex
144 * @param __ecode the regex error code.
152 * @brief Gets the regex error code.
154 * @returns the regex error code.
161 //@} // group regex
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_error.h 1 // class template regex -*- C++ -*-
27 * @brief Error and exception objects for the std regex library.
30 * Do not attempt to use it directly. @headername{regex}
36 * @addtogroup regex
144 * @param __ecode the regex error code.
152 * @brief Gets the regex error code.
154 * @returns the regex error code.
161 //@} // group regex
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.alg/re.alg.match/
lookahead_capture.pass.cpp 10 // <regex>
19 // std::regex in ECMAScript mode should not ignore capture groups inside lookahead assertions.
22 #include <regex>
31 std::regex re("^(?=(.))a$");
43 std::regex re("^(a)(?=(.))(b)$");
57 std::regex re("^(.)(?=(.)(?=.(.)))(...)$");
72 std::regex re("^(a)(?!([^b]))(.c)$");
86 std::regex re("^(?!((b)))(?=(.))(?!(abc)).b$");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.alg/re.alg.replace/
test3.pass.cpp 10 // <regex>
20 #include <regex>
27 std::regex phone_numbers("\\d{3}-\\d{4}");
34 std::regex phone_numbers("\\d{3}-\\d{4}");
42 std::regex phone_numbers("\\d{3}-\\d{4}");
50 std::regex phone_numbers("\\d{3}-\\d{4}");
58 std::regex phone_numbers("\\d{3}-\\d{4}");
66 std::regex phone_numbers("\\d{3}-\\d{4}");
test4.pass.cpp 10 // <regex>
19 #include <regex>
26 std::regex phone_numbers("\\d{3}-\\d{4}");
33 std::regex phone_numbers("\\d{3}-\\d{4}");
41 std::regex phone_numbers("\\d{3}-\\d{4}");
49 std::regex phone_numbers("\\d{3}-\\d{4}");
57 std::regex phone_numbers("\\d{3}-\\d{4}");
65 std::regex phone_numbers("\\d{3}-\\d{4}");
test5.pass.cpp 10 // <regex>
20 #include <regex>
27 std::regex phone_numbers("\\d{3}-\\d{4}");
34 std::regex phone_numbers("\\d{3}-\\d{4}");
42 std::regex phone_numbers("\\d{3}-\\d{4}");
50 std::regex phone_numbers("\\d{3}-\\d{4}");
58 std::regex phone_numbers("\\d{3}-\\d{4}");
66 std::regex phone_numbers("\\d{3}-\\d{4}");
test6.pass.cpp 10 // <regex>
20 #include <regex>
27 std::regex phone_numbers("\\d{3}-\\d{4}");
34 std::regex phone_numbers("\\d{3}-\\d{4}");
42 std::regex phone_numbers("\\d{3}-\\d{4}");
50 std::regex phone_numbers("\\d{3}-\\d{4}");
58 std::regex phone_numbers("\\d{3}-\\d{4}");
66 std::regex phone_numbers("\\d{3}-\\d{4}");
  /external/flatbuffers/CMake/
PackageDebian.cmake 26 string(REGEX REPLACE "^v([0-9]+)\\..*" "\\1" VERSION_MAJOR "${GIT_DESCRIBE_DIRTY}")
27 string(REGEX REPLACE "^v[0-9]+\\.([0-9]+).*" "\\1" VERSION_MINOR "${GIT_DESCRIBE_DIRTY}")
28 string(REGEX REPLACE "^v[0-9]+\\.[0-9]+\\.([0-9]+).*" "\\1" VERSION_PATCH "${GIT_DESCRIBE_DIRTY}")
29 string(REGEX REPLACE "^v[0-9]+\\.[0-9]+\\.[0-9]+\\-([0-9]+).*" "\\1" VERSION_COMMIT "${GIT_DESCRIBE_DIRTY}")
  /external/libcxx/test/std/re/re.alg/re.alg.search/
lookahead.pass.cpp 10 // <regex>
21 #include <regex>
27 assert(!std::regex_search("ab", std::regex("(?=^)b")));
28 assert(!std::regex_search("ab", std::regex("a(?=^)b")));
  /external/libcxx/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);
init.fail.cpp 10 // <regex>
20 #include <regex>
31 std::regex phone_numbers("\\d{3}-(\\d{4})");
34 std::regex("\\d{3}-\\d{4}"), {-1, 0, 1});
int.fail.cpp 10 // <regex>
19 #include <regex>
30 std::regex phone_numbers("\\d{3}-\\d{4}");
33 std::regex("\\d{3}-\\d{4}"), -1);
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);
  /external/libcxx/test/std/re/re.regex/re.regex.construct/
bad_backref.pass.cpp 11 // <regex>
18 #include <regex>
26 std::regex re(pat);
43 std::regex re(pat1, pat1 + 7); // extra chars after the end.
  /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"));
  /external/libdivsufsort/CMakeModules/
CheckFunctionKeywords.cmake 6 string(REGEX REPLACE "[-+/ ()]" "_" flagname "${flag}")
  /external/libtextclassifier/
zlib-utils.h 62 // Compresses regex and datetime rules in the model in place.
65 // Decompresses regex and datetime rules in the model in place.
68 // Compresses regex and datetime rules in the model.
71 // Create and compile a regex pattern from optionally compressed pattern.
  /external/llvm/lib/Support/
SpecialCaseList.cpp 22 #include "llvm/Support/Regex.h"
30 /// "literal" (i.e. no regex metacharacters) are stored in Strings, while all
31 /// others are represented as a single pipe-separated regex in RegEx. The
33 /// literal strings than Regex.
37 : Strings(std::move(Other.Strings)), RegEx(std::move(Other.RegEx)) {}
40 std::unique_ptr<Regex> RegEx;
43 return Strings.count(Query) || (RegEx && RegEx->match(Query))
    [all...]
  /external/llvm/utils/llvm-build/llvmbuild/
configutil.py 15 The substitutions list should be given as a list of tuples (regex string,
16 replacement), where the regex and replacement will be used as in 're.sub' to
35 regex = re.compile(regex_string)
36 data = regex.sub(replacement, data)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.alg/re.alg.search/
lookahead.pass.cpp 10 // <regex>
21 #include <regex>
27 assert(!std::regex_search("ab", std::regex("(?=^)b")));
28 assert(!std::regex_search("ab", std::regex("a(?=^)b")));
  /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);

Completed in 1244 milliseconds

1 2 3 4 5 6 78 91011>>