Searched defs:regex_search (Results 1 – 4 of 4) sorted by relevance
| /third_party/boost/boost/regex/v4/ |
| D | regex_search.hpp | 37 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 …]
|
| /third_party/boost/boost/xpressive/ |
| D | regex_algorithms.hpp | 421 inline bool regex_search in regex_search() function 448 inline bool regex_search in regex_search() function 475 inline bool regex_search in regex_search() function 504 inline bool regex_search in regex_search() function 534 inline bool regex_search in regex_search() function 564 inline bool regex_search in regex_search() function 593 inline bool regex_search in regex_search() function 623 inline bool regex_search in regex_search() function
|
| /third_party/boost/boost/regex/ |
| D | mfc.hpp | 78 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
|
| /third_party/python/Lib/test/ |
| D | test_regrtest.py | 400 def regex_search(self, regex, output): member in BaseTestCase
|