Searched defs:CodePoint (Results 1 – 3 of 3) sorted by relevance
14 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()
45 pub struct CodePoint { struct51 impl fmt::Debug for CodePoint { implementation58 impl CodePoint { impl63 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 …]
31 CodePoint(u32), enumerator