Searched refs:wcmatch (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/boost/regex/v4/ |
D | regex_search.hpp | 101 wcmatch& m, in regex_search() 111 wcmatch m; in regex_search() 178 wcmatch m; in regex_search()
|
D | regex_match.hpp | 165 wcmatch& m, in regex_match() 180 wcmatch& m, in regex_match() 195 wcmatch& m, in regex_match() 210 wcmatch& m, in regex_match()
|
D | regex.hpp | 139 typedef match_results<const wchar_t*> wcmatch; typedef
|
D | regex_grep.hpp | 117 inline unsigned int regex_grep(bool (*foo)(const wcmatch&), const wchar_t* str, in regex_grep() argument
|
/third_party/boost/boost/xpressive/ |
D | xpressive_fwd.hpp | 227 typedef match_results<wchar_t const *> wcmatch; typedef
|
/third_party/boost/libs/regex/src/ |
D | wide_posix_api.cpp | 249 wcmatch m; in regexecW()
|
/third_party/boost/libs/regex/test/regress/ |
D | test_mfc.cpp | 219 boost::wcmatch what; in test_mfc()
|
/third_party/boost/libs/xpressive/doc/ |
D | quick_start.qbk | 40 … [`cmatch`] [`wsmatch`] [`wcmatch`]]
|
/third_party/boost/libs/regex/doc/ |
D | introduction.qbk | 118 typedef match_results<const wchar_t*> wcmatch;
|
D | match_result.qbk | 35 `cmatch`, `wcmatch`, `smatch`, or `wsmatch`: 42 typedef match_results<const wchar_t*> wcmatch;
|