Searched defs:DataMap (Results 1 – 15 of 15) sorted by relevance
41 struct DataMap struct43 int cmp (hb_tag_t a) const { return tag.cmp (a); } in cmp()45 hb_tag_t get_tag () const { return tag; } in get_tag()47 hb_blob_t *reference_entry (hb_blob_t *meta_blob) const in reference_entry()50 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize()58 Tag tag; /* A tag indicating the type of metadata. */60 dataZ; /* Offset in bytes from the beginning of the62 HBUINT32 dataLength; /* Length of the data. The data is not required to
29 class DataMap; variable
96 const DataMap * /* settings */, UBool fmt) { in testConvertDate()
74 const DataMap * /*settings*/) { in testOps()
91 public interface DataMap { interface
92 public interface DataMap { interface
18 DataMap::DataMap() {} in DataMap() function in DataMap