Module methods
impl char {}
Structs
Functions
-
encode_utf16_raw
Encodes a raw
u32value as native endian UTF-16 into the providedu16buffer, and then returns the subslice of the buffer that contains the encoded character. -
encode_utf8_raw
Encodes a raw
u32value as UTF-8 into the provided byte buffer, and then returns the subslice of the buffer that contains the encoded character. -
encode_utf8_raw_unchecked
Encodes a raw
u32value as UTF-8 into the byte buffer pointed to bydst. - len_utf16
- len_utf8