Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d5953 dest = Set(asSet(table[idx].compressed)); in loadUnicodeSet()
5967 target = asSet(uniProps.Lu);
5968 target |= asSet(uniProps.Ll);
5969 target |= asSet(uniProps.Lt);
5970 target |= asSet(uniProps.Lo);
5971 target |= asSet(uniProps.Lm);
5975 target = asSet(uniProps.Ll);
5976 target |= asSet(uniProps.Lu);
5977 target |= asSet(uniProps.Lt);// Title case
5981 target = asSet(uniProps.Mn);
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d5960 dest = Set(asSet(table[idx].compressed));
5974 target = asSet(uniProps.Lu);
5975 target |= asSet(uniProps.Ll);
5976 target |= asSet(uniProps.Lt);
5977 target |= asSet(uniProps.Lo);
5978 target |= asSet(uniProps.Lm);
5982 target = asSet(uniProps.Ll);
5983 target |= asSet(uniProps.Lu);
5984 target |= asSet(uniProps.Lt);// Title case
5988 target = asSet(uniProps.Mn);
[all …]