Home
last modified time | relevance | path

Searched refs:toLowerInPlace (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d8935 void toLowerInPlace(C)(ref C[] s) @trusted pure
8943 void toLowerInPlace(ref char[] s) in toLowerInPlace() function
8944 { toLowerInPlace!char(s); } in toLowerInPlace()
8945 void toLowerInPlace(ref wchar[] s) in toLowerInPlace() function
8946 { toLowerInPlace!wchar(s); } in toLowerInPlace()
8947 void toLowerInPlace(ref dchar[] s) in toLowerInPlace() function
8948 { toLowerInPlace!dchar(s); } in toLowerInPlace()
9077 toLowerInPlace(s3);
9085 toLowerInPlace(s3);
9093 toLowerInPlace(s3);
[all …]
H A Dstring.d176 public import std.uni : icmp, toLower, toLowerInPlace, toUpper, toUpperInPlace;
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d9760 void toLowerInPlace(C)(ref C[] s) @trusted pure
9768 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 …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dstring.d176 public import std.uni : icmp, toLower, toLowerInPlace, toUpper, toUpperInPlace;