Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d9000 private alias UpperTriple = AliasSeq!(toUpperIndex, MAX_SIMPLE_UPPER, toUpperTab);
9214 return toCaser!(UpperTriple, std.ascii.toUpper)(str);
9432 return toCapitalizer!UpperTriple(str.byDchar);
9436 return toCapitalizer!UpperTriple(str);
9785 toCaseInPlace!(UpperTriple)(s);
10049 return toCase!(UpperTriple, std.ascii.toUpper)(s);
10057 return toCase!(UpperTriple, std.ascii.toUpper)(s);
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d8213 private alias UpperTriple = AliasSeq!(toUpperIndex, MAX_SIMPLE_UPPER, toUpperTab); variable
8409 return toCaser!(UpperTriple, std.ascii.toUpper)(str);
8602 return toCapitalizer!UpperTriple(str.byDchar);
8606 return toCapitalizer!UpperTriple(str);
8960 toCaseInPlace!(UpperTriple)(s);
9191 return toCase!(UpperTriple, std.ascii.toUpper)(s);