Searched refs:toLowerInPlace (Results 1 – 4 of 4) sorted by relevance
8935 void toLowerInPlace(C)(ref C[] s) @trusted pure8943 void toLowerInPlace(ref char[] s) in toLowerInPlace() function8944 { toLowerInPlace!char(s); } in toLowerInPlace()8945 void toLowerInPlace(ref wchar[] s) in toLowerInPlace() function8946 { toLowerInPlace!wchar(s); } in toLowerInPlace()8947 void toLowerInPlace(ref dchar[] s) in toLowerInPlace() function8948 { toLowerInPlace!dchar(s); } in toLowerInPlace()9077 toLowerInPlace(s3);9085 toLowerInPlace(s3);9093 toLowerInPlace(s3);[all …]
176 public import std.uni : icmp, toLower, toLowerInPlace, toUpper, toUpperInPlace;
9760 void toLowerInPlace(C)(ref C[] s) @trusted pure9768 void toLowerInPlace(ref char[] s)9769 { toLowerInPlace!char(s); }9770 void toLowerInPlace(ref wchar[] s)9771 { toLowerInPlace!wchar(s); }9772 void toLowerInPlace(ref dchar[] s)9773 { toLowerInPlace!dchar(s); }9918 toLowerInPlace(s3);9926 toLowerInPlace(s3);9934 toLowerInPlace(s3);[all …]