fn eqlIgnoreCaseWTF16(a: []const u16, b: []const u16) bool
[src]
Compares two WTF16 strings using the equivalent functionality of RtlEqualUnicodeString
(with case insensitive comparison enabled). This function can be called on any target.
fn eqlIgnoreCaseWTF16(a: []const u16, b: []const u16) bool
Compares two WTF16 strings using the equivalent functionality of RtlEqualUnicodeString
(with case insensitive comparison enabled). This function can be called on any target.