Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d5948 @trusted bool loadUnicodeSet(alias table, Set, C)(in C[] name, ref Set dest) pure in loadUnicodeSet() function
6054 return loadUnicodeSet!(uniProps.tab)(name, target);
6092 if (loadUnicodeSet!table(name, set)) in SetSearcher()
6103 loadUnicodeSet!table(name, set); in SetSearcher()
6276 immutable loaded = loadProperty(name, set) || loadUnicodeSet!(scripts.tab)(name, set)
6278 && loadUnicodeSet!(blocks.tab)(name[2..$], set));
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d5955 bool loadUnicodeSet(alias table, Set, C)(const scope C[] name, ref Set dest)
6061 return loadUnicodeSet!(uniProps.tab)(name, target);
6099 if (loadUnicodeSet!table(name, set))
6110 loadUnicodeSet!table(name, set);
6931 immutable loaded = loadProperty(name, set) || loadUnicodeSet!(scripts.tab)(name, set)
6933 && loadUnicodeSet!(blocks.tab)(name[2..$], set));