Home | History | Annotate | Download | only in src

Lines Matching defs:nameRecord

43 struct NameRecord
45 static int cmp (const NameRecord *a, const NameRecord *b)
86 NameRecord key;
91 NameRecord *match = (NameRecord *) bsearch (&key, nameRecord, count, sizeof (nameRecord[0]), (hb_compare_func_t) NameRecord::cmp);
106 if (!nameRecord[i].sanitize (c, string_pool)) return TRACE_RETURN (false);
114 c->check_array (nameRecord, nameRecord[0].static_size, count) &&
123 NameRecord nameRecord[VAR]; /* The name records where count is the number of records. */
125 DEFINE_SIZE_ARRAY (6, nameRecord);