fn calcUtf16LeLen(utf8: []const u8) CalcUtf16LeLenError!usize
[src]
Returns length in UTF-16 of UTF-8 slice as length of []u16. Length in []u8 is 2*len16.
fn calcUtf16LeLen(utf8: []const u8) CalcUtf16LeLenError!usize
Returns length in UTF-16 of UTF-8 slice as length of []u16. Length in []u8 is 2*len16.