Searched defs:wcmatch (Results 1 – 3 of 3) sorted by relevance
58 typedef match_results<const wchar_t*> wcmatch; typedef
103 typedef match_results<const wchar_t*> wcmatch; typedef
117 inline unsigned int regex_grep(bool (*foo)(const wcmatch&), const wchar_t* str, in regex_grep()