Searched defs:RegexType (Results 1 – 1 of 1) sorted by relevance
937 typedef internal::GenericRegex<EncodingType> RegexType; typedef939 typedef std::basic_regex<Ch> RegexType; typedef941 typedef char RegexType; typedef1036 static bool IsPatternMatch(const RegexType*, const Ch *, SizeType) { return true; } in IsPatternMatch()