Searched refs:CharMatcher (Results 1 – 6 of 6) sorted by relevance
29 CharMatcher[CodepointSet] matcherCache;32 @trusted CharMatcher getMatcher(CodepointSet set) in getMatcher()35 return CharMatcher(set); in getMatcher()46 return (matcherCache[set] = CharMatcher(set)); in getMatcher()72 @property CharMatcher wordMatcher() in wordMatcher()523 public const(CharMatcher)[] matchers; // tables that represent character sets in Regex() local770 struct CharMatcher {
262 const(CharMatcher)[] matchers; // matchers for char classes member346 matchers ~= CharMatcher.init; in charsetToIr()
29 CharMatcher[CodepointSet] matcherCache;32 @trusted CharMatcher getMatcher(CodepointSet set) in getMatcher()37 return CharMatcher(set); in getMatcher()48 return (matcherCache[set] = CharMatcher(set)); in getMatcher()54 static immutable CharMatcher matcher = CharMatcher(wordCharacter); in wordMatcher()688 public const(CharMatcher)[] matchers; // tables that represent character sets in Regex() local963 struct CharMatcher {
181 const(CharMatcher)[] matchers; // matchers for char classes member265 matchers ~= CharMatcher.init; in charsetToIr()
4697 alias CharMatcher = typeof(utfMatcher!char(CodepointSet.init)); variable4699 static assert(isUtfMatcher!(CharMatcher, char));4700 static assert(isUtfMatcher!(CharMatcher, immutable(char)));
4690 alias CharMatcher = typeof(utfMatcher!char(CodepointSet.init));4692 static assert(isUtfMatcher!(CharMatcher, char));4693 static assert(isUtfMatcher!(CharMatcher, immutable(char)));