Searched refs:surrogate_char (Results 1 – 1 of 1) sorted by relevance
79 let surrogate_char: u16 = 0xDC00; in test_windows_osstr_starts_with() localVariable81 OsString::from_wide(&['a' as u16, 'b' as u16, 'c' as u16, surrogate_char]); in test_windows_osstr_starts_with()