Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-cmap-table.hh1669 struct SubtableUnicodesCache { struct
1672 hb_blob_ptr_t<cmap> base_blob;
1673 const char* base;
1674 hb_hashmap_t<unsigned, hb::unique_ptr<hb_set_t>> cached_unicodes;
1678 static SubtableUnicodesCache* create (hb_blob_ptr_t<cmap> source_table) in create()
1686 static void destroy (void* value) { in destroy()
1694 SubtableUnicodesCache(const void* cmap_base) in SubtableUnicodesCache() function
1700 SubtableUnicodesCache(hb_blob_ptr_t<cmap> base_blob_) in SubtableUnicodesCache() function
1706 ~SubtableUnicodesCache() in ~SubtableUnicodesCache()
1711 bool same_base(const void* other) const in same_base()
[all …]