Home | History | Annotate | Download | only in cintltst

Lines Matching refs:k1

850         uint8_t  *k1, *k2;
854 k1 = (uint8_t *) malloc(sizeof(uint8_t) * l1);
856 ucol_getSortKey(col, t, -1, k1, l1);
858 if (strcmp((char *)k1,(char *)k2) != 0){
861 free(k1);