Lines Matching refs:elem2
748 int compareSortKey(const void *elem1, const void *elem2)
752 UChar *ch2 = ((ScriptElement *)elem2)->ch;
754 int size2 = ((ScriptElement *)elem2)->count;
1109 int compareCodepoints(const void *elem1, const void *elem2)
1112 UChar *ch2 = ((ScriptElement *)elem2)->ch;
1114 ch2[((ScriptElement *)elem2)->count] = 0;