Searched defs:Encoding0 (Results 1 – 1 of 1) sorted by relevance
63 struct Encoding0 { struct64 bool sanitize (hb_sanitize_context_t *c) const in sanitize()70 hb_codepoint_t get_code (hb_codepoint_t glyph) const in get_code()82 HBUINT8 &nCodes () { return codes.len; } in nCodes()83 HBUINT8 nCodes () const { return codes.len; } in nCodes()85 ArrayOf<HBUINT8, HBUINT8> codes;