Searched refs:tillAscii (Results 1 – 2 of 2) sorted by relevance
2767 auto tillAscii = countUntil!"a[0] > 0x80"(range); variable2768 if (tillAscii <= 0) // everything is ASCII or nothing is ascii (-1 & 0)2771 code ~= bisect(range, tillAscii, "");
2705 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, "");