Searched refs:LowerTriple (Results 1 – 2 of 2) sorted by relevance
9001 private alias LowerTriple = AliasSeq!(toLowerIndex, MAX_SIMPLE_LOWER, toLowerTab);9195 return toCaser!(LowerTriple, std.ascii.toLower)(str);9692 alias toLowerLength = toCaseLength!(LowerTriple);9763 toCaseInPlace!(LowerTriple)(s);9841 return toCase!(LowerTriple, std.ascii.toLower)(s);9849 return toCase!(LowerTriple, std.ascii.toLower)(s);
8214 private alias LowerTriple = AliasSeq!(toLowerIndex, MAX_SIMPLE_LOWER, toLowerTab); variable8390 return toCaser!(LowerTriple, std.ascii.toLower)(str);8867 alias toLowerLength = toCaseLength!(LowerTriple);8938 toCaseInPlace!(LowerTriple)(s);9009 return toCase!(LowerTriple, std.ascii.toLower)(s);