Searched defs:CharMatcher (Results 1 – 5 of 5) sorted by relevance
181 const(CharMatcher)[] matchers; // matchers for char classes member
688 public const(CharMatcher)[] matchers; // tables that represent character sets in Regex() local
523 public const(CharMatcher)[] matchers; // tables that represent character sets in Regex() local
262 const(CharMatcher)[] matchers; // matchers for char classes member
4697 alias CharMatcher = typeof(utfMatcher!char(CodepointSet.init)); variable