Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-multimap.hh37 struct hb_multimap_t struct
39 void add (hb_codepoint_t k, hb_codepoint_t v) in add()
66 hb_array_t<const hb_codepoint_t> get (hb_codepoint_t k) const in get()
79 bool in_error () const in in_error()
85 hb_map_t singulars;
86 hb_map_t multiples_indices;
87 hb_vector_t<hb_vector_t<hb_codepoint_t>> multiples_values;