Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d6697 auto cpText = gText.byCodePoint; variable
6698 static assert(!isForwardRange!(typeof(cpText)));
6700 assert(cpText.walkLength == text.walkLength);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d7382 auto cpText = gText.byCodePoint;
7383 static assert(!isForwardRange!(typeof(cpText)));
7385 assert(cpText.walkLength == text.walkLength);