Searched refs:AsciiSpec (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | uni.d | 4732 alias AsciiSpec = AliasSeq!(bool, char, clamp!7); in Utf8Matcher() local 4748 typeof(TrieBuilder!(AsciiSpec)(false).build()), in Utf8Matcher() 4793 auto asciiT = ascii.byCodepoint.map!(x=>cast(char) x).buildTrie!(AsciiSpec); in Utf8Matcher() 5015 alias AsciiSpec = AliasSeq!(bool, wchar, clamp!7); in Utf16Matcher() local 5025 alias Ascii = typeof(TrieBuilder!(AsciiSpec)(false).build()); in Utf16Matcher() 5047 auto asciiT = ascii.byCodepoint.map!(x=>cast(char) x).buildTrie!(AsciiSpec); in Utf16Matcher()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/ |
H A D | package.d | 4725 alias AsciiSpec = AliasSeq!(bool, char, clamp!7); 4741 typeof(TrieBuilder!(AsciiSpec)(false).build()), 4786 auto asciiT = ascii.byCodepoint.map!(x=>cast(char) x).buildTrie!(AsciiSpec); 5011 alias AsciiSpec = AliasSeq!(bool, wchar, clamp!7); 5021 alias Ascii = typeof(TrieBuilder!(AsciiSpec)(false).build()); 5043 auto asciiT = ascii.byCodepoint.map!(x=>cast(char) x).buildTrie!(AsciiSpec);
|