Home | History | Annotate | Download | only in src

Lines Matching defs:nameRecord

43 struct NameRecord
45 static int cmp (const NameRecord *a, const NameRecord *b)
87 NameRecord key;
92 NameRecord *match = (NameRecord *) bsearch (&key, nameRecord, count, sizeof (nameRecord[0]), (hb_compare_func_t) NameRecord::cmp);
103 { return min_size + count * nameRecord[0].min_size; }
110 if (!nameRecord[i].sanitize (c, string_pool)) return_trace (false);
119 c->check_array (nameRecord, nameRecord[0].static_size, count) &&
127 NameRecord nameRecord[VAR]; /* The name records where count is the number of records. */
129 DEFINE_SIZE_ARRAY (6, nameRecord);