Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-multimap.hh37 struct hb_multimap_t struct
39 void add (hb_codepoint_t k, hb_codepoint_t v) in add()
61 hb_array_t<const hb_codepoint_t> get (hb_codepoint_t k) const in get()
74 bool in_error () const in in_error()
84 void alloc (unsigned size) in alloc()
90 hb_map_t singulars;
91 hb_hashmap_t<hb_codepoint_t, hb_vector_t<hb_codepoint_t>> multiples;