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