Searched refs:cmp_key (Results 1 – 2 of 2) sorted by relevance
284 self.iter().map(cmp_key).cmp(other.iter().map(cmp_key)) in cmp()288 fn cmp_key(c: (Option<Style>, &str)) -> (Option<usize>, &str) { in cmp_key() function
185 auto* gid = hb_bsearch (st, gids, count, sizeof (gids[0]), cmp_key, (void *) this); in get_glyph_from_name()218 static int cmp_key (const void *pk, const void *po, void *arg) in cmp_key() function