Home | History | Annotate | Download | only in cintltst

Lines Matching full:enresult

1111           uint8_t enresult[20], myresult[20];
1152 enlen = ucol_getSortKey(enCollation, source[3], 2, enresult, 20);
1155 uprv_memcmp(enresult, myresult, enlen) != 0) {