Home | History | Annotate | Download | only in dumpce

Lines Matching refs:elem1

748 int compareSortKey(const void *elem1, const void *elem2)
751 UChar *ch1 = ((ScriptElement *)elem1)->ch;
753 int size1 = ((ScriptElement *)elem1)->count;
1110 int compareCodepoints(const void *elem1, const void *elem2)
1112 UChar *ch1 = ((ScriptElement *)elem1)->ch; // key
1114 ch1[((ScriptElement *)elem1)->count] = 0;