Home
last modified time | relevance | path

Searched defs:regex_search (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Dregex_search.hpp37 bool regex_search(BidiIterator first, BidiIterator last, in regex_search() function
46 bool regex_search(BidiIterator first, BidiIterator last, in regex_search() function
67 inline bool regex_search(const charT* str, in regex_search() function
76 inline bool regex_search(const std::basic_string<charT, ST, SA>& s, in regex_search() function
84 inline bool regex_search(const char* str, in regex_search() function
91 inline bool regex_search(const char* first, const char* last, in regex_search() function
100 inline bool regex_search(const wchar_t* str, in regex_search() function
107 inline bool regex_search(const wchar_t* first, const wchar_t* last, in regex_search() function
115 inline bool regex_search(const std::string& s, in regex_search() function
123 inline bool regex_search(const std::basic_string<wchar_t>& s, in regex_search() function
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Dregex_search.hpp26 bool regex_search(BidiIterator first, BidiIterator last, in regex_search() function
35 bool regex_search(BidiIterator first, BidiIterator last, in regex_search() function
52 inline bool regex_search(const charT* str, in regex_search() function
61 inline bool regex_search(const std::basic_string<charT, ST, SA>& s, in regex_search() function
70 bool regex_search(BidiIterator first, BidiIterator last, in regex_search() function
84 inline bool regex_search(const charT* str, in regex_search() function
92 inline bool regex_search(const std::basic_string<charT, ST, SA>& s, in regex_search() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/
Dmfc.hpp78 inline bool regex_search(const ATL::CSimpleStringT<B, b>& s, in regex_search() function
91 inline bool regex_search(const ATL::CSimpleStringT<B, b>& s, in regex_search() function
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_regrtest.py79 def regex_search(self, regex, output): member in BaseTestCase
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_regrtest.py407 def regex_search(self, regex, output): member in BaseTestCase