Home | History | Annotate | Download | only in cintltst

Lines Matching full:enlen

1071           int enlen, mylen;
1111 enlen = ucol_getSortKey(enCollation, source[3], 2, enresult, 20);
1113 if (enlen != mylen ||
1114 uprv_memcmp(enresult, myresult, enlen) != 0) {