Searched refs:tableFn (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | uni.d | 8217 private S toCase(alias indexFn, uint maxIdx, alias tableFn, alias asciiConvert, S)(S s) @trusted pu… 8243 c = tableFn(idx); 8248 auto val = tableFn(idx); 8253 result.put(tableFn(j)); 8275 private auto toCaser(alias indexFn, uint maxIdx, alias tableFn, alias asciiConvert, Range)(Range st… 8310 buf[0] = tableFn(idx); in front() 8315 immutable val = tableFn(idx); in front() 8323 buf[nLeft - j - 1] = tableFn(idx + j); in front() 8758 private void toCaseInPlace(alias indexFn, uint maxIdx, alias tableFn, C)(ref C[] s) @trusted pure 8764 alias slowToCase = toCaseInPlaceAlloc!(indexFn, maxIdx, tableFn); [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/ |
| H A D | package.d | 9004 private ElementEncodingType!S[] toCase(alias indexFn, uint maxIdx, alias tableFn, alias asciiConver… 9036 c = tableFn(idx); 9041 auto val = tableFn(idx); 9046 result.put(tableFn(j)); 9079 private auto toCaser(alias indexFn, uint maxIdx, alias tableFn, alias asciiConvert, Range)(Range st… 9114 buf[0] = tableFn(idx); 9119 immutable val = tableFn(idx); 9127 buf[nLeft - j - 1] = tableFn(idx + j); 9583 private void toCaseInPlace(alias indexFn, uint maxIdx, alias tableFn, C)(ref C[] s) @trusted pure 9589 alias slowToCase = toCaseInPlaceAlloc!(indexFn, maxIdx, tableFn); [all …]
|