Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d5021 alias UniSpec = AliasSeq!(bool, wchar[2], in Utf16Matcher() local
5027 alias Uni = typeof(TrieBuilder!(UniSpec)(false).build()); in Utf16Matcher()
5049 auto otherT = other.byCodepoint.map!(x=>encode2(x)).buildTrie!(UniSpec); in Utf16Matcher()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d5017 alias UniSpec = AliasSeq!(bool, wchar[2],
5023 alias Uni = typeof(TrieBuilder!(UniSpec)(false).build());
5045 auto otherT = other.byCodepoint.map!(x=>encode2(x)).buildTrie!(UniSpec);