Home | History | Annotate | Download | only in cintltst

Lines Matching full:myresult

1101           uint8_t enresult[20], myresult[20];
1143 mylen = ucol_getSortKey(myCollation, source[3], 2, myresult, 20);
1145 uprv_memcmp(enresult, myresult, enlen) != 0) {