Lines Matching full:item2
5625 const Ebl_Core_Item *item2 = *p2;5627 return ((item1->group == item2->group ? 05628 : strcmp (item1->group, item2->group))5629 ?: (int) item1->offset - (int) item2->offset);5641 const Ebl_Core_Item *item2 = *group2;5643 return (int) item1->offset - (int) item2->offset;