Home | History | Annotate | Download | only in dumpce

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;
1110 int compareCodepoints(const void *elem1, const void *elem2)
1113 UChar *ch2 = ((ScriptElement *)elem2)->ch;
1115 ch2[((ScriptElement *)elem2)->count] = 0;