Home
last modified time | relevance | path

Searched refs:CharMatcher (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dir.d29 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() local
770 struct CharMatcher {
H A Dparser.d262 const(CharMatcher)[] matchers; // matchers for char classes member
346 matchers ~= CharMatcher.init; in charsetToIr()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dir.d29 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() local
963 struct CharMatcher {
H A Dparser.d181 const(CharMatcher)[] matchers; // matchers for char classes member
265 matchers ~= CharMatcher.init; in charsetToIr()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d4697 alias CharMatcher = typeof(utfMatcher!char(CodepointSet.init)); variable
4699 static assert(isUtfMatcher!(CharMatcher, char));
4700 static assert(isUtfMatcher!(CharMatcher, immutable(char)));
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d4690 alias CharMatcher = typeof(utfMatcher!char(CodepointSet.init));
4692 static assert(isUtfMatcher!(CharMatcher, char));
4693 static assert(isUtfMatcher!(CharMatcher, immutable(char)));