Home
last modified time | relevance | path

Searched refs:codeLen (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d8830 size_t codeLen = 0; in toCaseLength() local
8842 codeLen += startIdx - lastNonTrivial; in toCaseLength()
8845 codeLen += codeLength!C(cased); in toCaseLength()
8849 codeLen += startIdx - lastNonTrivial; in toCaseLength()
8854 codeLen += codeLength!C(cased); in toCaseLength()
8856 codeLen += codeLength!C(tableFn(j)); in toCaseLength()
8860 codeLen += str.length - lastNonTrivial; in toCaseLength()
8861 return codeLen; in toCaseLength()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d9655 size_t codeLen = 0;
9667 codeLen += startIdx - lastNonTrivial;
9670 codeLen += codeLength!C(cased);
9674 codeLen += startIdx - lastNonTrivial;
9679 codeLen += codeLength!C(cased);
9681 codeLen += codeLength!C(tableFn(j));
9685 codeLen += str.length - lastNonTrivial;
9686 return codeLen;
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dsearching.d508 immutable codeLen = stride(r1, i); variable
511 for (; j < codeLen && i < limit; ++i, ++j)
517 if (i == limit && j < codeLen)
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dsearching.d524 immutable codeLen = stride(r1, i); variable
527 for (; j < codeLen && i < limit; ++i, ++j)
533 if (i == limit && j < codeLen)