Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d8882 auto trueLength = destIdx + caseLength(s[curIdx..$]); in toCaseInPlaceAlloc() local
8883 C[] ns = new C[trueLength]; in toCaseInPlaceAlloc()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d9707 auto trueLength = destIdx + caseLength(s[curIdx..$]);
9708 C[] ns = new C[trueLength];