Home
last modified time | relevance | path

Searched refs:toLowerTab (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Ddemangle.d2668 …trusted int std.uni.toCase!(std.uni.toLowerIndex(dchar), 1043, std.uni.toLowerTab(ulong), std.asci…
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d8101 dchar toLowerTab(size_t idx) { return toLowerTable[idx]; } in toLowerTab() function
8214 private alias LowerTriple = AliasSeq!(toLowerIndex, MAX_SIMPLE_LOWER, toLowerTab);
8995 return toLowerTab(idx); in toLower()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d8888 dchar toLowerTab(size_t idx) { return toLowerTable[idx]; }
9001 private alias LowerTriple = AliasSeq!(toLowerIndex, MAX_SIMPLE_LOWER, toLowerTab);
9820 return toLowerTab(idx);