Home
last modified time | relevance | path

Searched refs:WcharMatcher (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d4698 alias WcharMatcher = typeof(utfMatcher!wchar(CodepointSet.init)); variable
4701 static assert(isUtfMatcher!(WcharMatcher, wchar));
4702 static assert(isUtfMatcher!(WcharMatcher, immutable(wchar)));
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d4691 alias WcharMatcher = typeof(utfMatcher!wchar(CodepointSet.init));
4694 static assert(isUtfMatcher!(WcharMatcher, wchar));
4695 static assert(isUtfMatcher!(WcharMatcher, immutable(wchar)));