Lines Matching refs:k2
827 uint8_t *k1, *k2;832 k2 = (uint8_t *) malloc(sizeof(uint8_t) * l2);834 ucol_getSortKey(col, t, -1, k2, l2);835 if (strcmp((char *)k1,(char *)k2) != 0){839 free(k2);