Searched defs:str_to_ucs2 (Results 1 – 2 of 2) sorted by relevance
29 pub const fn str_to_ucs2<const N: usize>(s: &str) -> Result<[u16; N], Error> { in str_to_ucs2() function