Home | History | Annotate | Download | only in cintltst

Lines Matching full:enresult

1073           uint8_t enresult[20], myresult[20];
1114 enlen = ucol_getSortKey(enCollation, source[3], 2, enresult, 20);
1117 uprv_memcmp(enresult, myresult, enlen) != 0) {