Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d2767 auto tillAscii = countUntil!"a[0] > 0x80"(range); variable
2768 if (tillAscii <= 0) // everything is ASCII or nothing is ascii (-1 & 0)
2771 code ~= bisect(range, tillAscii, "");
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d2705 auto tillAscii = countUntil!"a[0] > 0x80"(range);
2706 if (tillAscii <= 0) // everything is ASCII or nothing is ascii (-1 & 0)
2709 code ~= bisect(range, tillAscii, "");