Home | History | Annotate | Download | only in dumpce

Lines Matching full:scriptelement

116 } ScriptElement;
751 UChar *ch1 = ((ScriptElement *)elem1)->ch;
752 UChar *ch2 = ((ScriptElement *)elem2)->ch;
753 int size1 = ((ScriptElement *)elem1)->count;
754 int size2 = ((ScriptElement *)elem2)->count;
788 void outputScriptElem(ScriptElement &element, int compare, UBool expansion)
936 ScriptElement scriptelem)
957 int getScriptElementsFromExemplars(ScriptElement scriptelem[], const char* locale) {
1036 ScriptElement scriptelem[])
1111 UChar *ch1 = ((ScriptElement *)elem1)->ch; // key
1112 UChar *ch2 = ((ScriptElement *)elem2)->ch;
1113 ch1[((ScriptElement *)elem1)->count] = 0;
1114 ch2[((ScriptElement *)elem2)->count] = 0;
1120 UBool hasSubNFD(ScriptElement &se, ScriptElement &key)
1154 ScriptElement scriptelem[], int scriptelemlength)
1188 ScriptElement se;
1194 ScriptElement *tse = (ScriptElement *)bsearch(&se, scriptelem,
1196 sizeof(ScriptElement),
1267 ScriptElement *scriptelem =
1268 (ScriptElement *)malloc(sizeof(ScriptElement) * 0x20000);
1281 qsort(scriptelem, count, sizeof(ScriptElement), compareCodepoints);
1284 qsort(scriptelem, count, sizeof(ScriptElement), compareSortKey);