Home | History | Annotate | Download | only in cintltst

Lines Matching refs:k2

850         uint8_t  *k1, *k2;
855 k2 = (uint8_t *) malloc(sizeof(uint8_t) * l2);
857 ucol_getSortKey(col, t, -1, k2, l2);
858 if (strcmp((char *)k1,(char *)k2) != 0){
862 free(k2);