Home | History | Annotate | Download | only in cintltst

Lines Matching refs:k1

849         uint8_t  *k1, *k2;
853 k1 = (uint8_t *) malloc(sizeof(uint8_t) * l1);
855 ucol_getSortKey(col, t, -1, k1, l1);
857 if (strcmp((char *)k1,(char *)k2) != 0){
860 free(k1);