Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d2315 auto onlyOneOf = lower ~ ascii; variable
2316 assert(!onlyOneOf['Δ']); // not ASCII and not lowercase
2317 assert(onlyOneOf['$']); // ASCII and not lowercase
2318 assert(!onlyOneOf['a']); // ASCII and lowercase
2319 assert(onlyOneOf['я']); // not ASCII but lowercase
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d2298 auto onlyOneOf = lower ~ ascii;
2299 assert(!onlyOneOf['Δ']); // not ASCII and not lowercase
2300 assert(onlyOneOf['$']); // ASCII and not lowercase
2301 assert(!onlyOneOf['a']); // ASCII and lowercase
2302 assert(onlyOneOf['я']); // not ASCII but lowercase