Home
last modified time | relevance | path

Searched refs:codepoint_subtable (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/
H A Dcharmap.rs47 codepoint_subtable: Option<CodepointSubtable<'a>>, field
59 codepoint_subtable: selection in new()
60 .codepoint_subtable in new()
71 self.codepoint_subtable.is_some() in has_map()
76 self.codepoint_subtable in is_symbol()
91 self.codepoint_subtable.as_ref()?.map(ch.into()) in map()
97 self.codepoint_subtable in mappings()
132 codepoint_subtable: Option<u16>, field
160 codepoint_subtable: self in charmap()
161 .codepoint_subtable in charmap()
[all …]