fn utf8ToUtf16Le(utf16le: []u16, utf8: []const u8) !usize
[src]
Returns index of next character. If exact fit, returned index equals output slice length. Assumes there is enough space for the output.
fn utf8ToUtf16Le(utf16le: []u16, utf8: []const u8) !usize
Returns index of next character. If exact fit, returned index equals output slice length. Assumes there is enough space for the output.