Searched defs:LookupSingle (Results 1 – 1 of 1) sorted by relevance
211 struct LookupSingle struct213 static constexpr unsigned TerminationWordCount = 1u;215 int cmp (hb_codepoint_t g) const { return glyph.cmp (g); } in cmp()217 bool sanitize (hb_sanitize_context_t *c) const in sanitize()222 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize()228 HBGlyphID16 glyph; /* Last GlyphID */229 T value; /* The lookup value (only one) */