Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d8881 alias caseLength = toCaseLength!(indexFn, maxIdx, tableFn); in toCaseInPlaceAlloc() local
8882 auto trueLength = destIdx + caseLength(s[curIdx..$]); in toCaseInPlaceAlloc()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d9706 alias caseLength = toCaseLength!(indexFn, maxIdx, tableFn);
9707 auto trueLength = destIdx + caseLength(s[curIdx..$]);