Home
last modified time | relevance | path

Searched defs:CodePoint (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/library/std/src/sys_common/wtf8/
Dtests.rs14 fn c(value: u32) -> CodePoint { in code_point_to_u32()
24 fn c(value: u32) -> CodePoint { in code_point_to_lead_surrogate()
39 fn c(value: u32) -> CodePoint { in code_point_to_trail_surrogate()
66 fn c(value: u32) -> CodePoint { in code_point_to_char()
76 fn c(value: u32) -> CodePoint { in code_point_to_char_lossy()
164 fn c(value: u32) -> CodePoint { in wtf8buf_push()
392 fn c(value: &u32) -> CodePoint { in wtf8buf_extend()
508 fn c(value: u32) -> CodePoint { in wtf8_code_points()
/third_party/rust/rust/library/std/src/sys_common/
Dwtf8.rs45 pub struct CodePoint { struct
51 impl fmt::Debug for CodePoint { implementation
58 impl CodePoint { impl
63 pub unsafe fn from_u32_unchecked(value: u32) -> CodePoint { in from_u32_unchecked()
71 pub fn from_u32(value: u32) -> Option<CodePoint> { in from_u32()
82 pub fn from_char(value: char) -> CodePoint { in from_char()
236 fn push_code_point_unchecked(&mut self, code_point: CodePoint) { in push_code_point_unchecked()
373 pub fn push(&mut self, code_point: CodePoint) { in push()
483 fn extend_one(&mut self, code_point: CodePoint) { in extend_one()
909 fn next(&mut self) -> Option<CodePoint> { in next()
[all …]
/third_party/rust/crates/os_str_bytes/src/windows/
Dmod.rs31 CodePoint(u32), enumerator