Home
last modified time | relevance | path

Searched defs:PossibleMatchRange (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dpossible_match_test.cc109 TEST(PossibleMatchRange, HandWritten) { in TEST() argument
134 TEST(PossibleMatchRange, Failures) { in TEST() argument
230 TEST(PossibleMatchRange, Exhaustive) { in TEST() argument
/aosp_15_r20/external/regex-re2/re2/testing/
H A Dpossible_match_test.cc109 TEST(PossibleMatchRange, HandWritten) { in TEST() argument
134 TEST(PossibleMatchRange, Failures) { in TEST() argument
230 TEST(PossibleMatchRange, Exhaustive) { in TEST() argument
/aosp_15_r20/external/cronet/third_party/re2/src/re2/testing/
H A Dpossible_match_test.cc110 TEST(PossibleMatchRange, HandWritten) { in TEST() argument
135 TEST(PossibleMatchRange, Failures) { in TEST() argument
231 TEST(PossibleMatchRange, Exhaustive) { in TEST() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/
Ddfa.cc1975 bool DFA::PossibleMatchRange(std::string* min, std::string* max, int maxlen) { in PossibleMatchRange() function in re2::DFA
2112 bool Prog::PossibleMatchRange(std::string* min, std::string* max, int maxlen) { in PossibleMatchRange() function in re2::Prog
Dre2.cc555 bool RE2::PossibleMatchRange(std::string* min, std::string* max, in GlobalReplace() function in re2::RE2
/aosp_15_r20/external/cronet/third_party/re2/src/re2/
H A Ddfa.cc1989 bool DFA::PossibleMatchRange(std::string* min, std::string* max, int maxlen) { in PossibleMatchRange() function in re2::DFA
2126 bool Prog::PossibleMatchRange(std::string* min, std::string* max, int maxlen) { in PossibleMatchRange() function in re2::Prog
H A Dre2.cc587 bool RE2::PossibleMatchRange(std::string* min, std::string* max, in PossibleMatchRange() function in re2::RE2
/aosp_15_r20/external/regex-re2/re2/
H A Ddfa.cc1998 bool DFA::PossibleMatchRange(string* min, string* max, int maxlen) { in PossibleMatchRange() function in re2::DFA
2135 bool Prog::PossibleMatchRange(string* min, string* max, int maxlen) { in PossibleMatchRange() function in re2::Prog
H A Dre2.cc511 bool RE2::PossibleMatchRange(string* min, string* max, int maxlen) const { in GlobalReplace() function in re2::RE2