Searched refs:trueLength (Results 1 – 2 of 2) sorted by relevance
8882 auto trueLength = destIdx + caseLength(s[curIdx..$]); in toCaseInPlaceAlloc() local8883 C[] ns = new C[trueLength]; in toCaseInPlaceAlloc()
9707 auto trueLength = destIdx + caseLength(s[curIdx..$]);9708 C[] ns = new C[trueLength];