Home | History | Annotate | Download | only in cintltst

Lines Matching refs:sortkEmpty

1052     uint8_t *sortk1 = NULL, *sortk2 = NULL, *sortk3 = NULL, *sortkEmpty = NULL;
1172 sortkEmpty = (uint8_t*)malloc(sizeof(uint8_t) * sortklen+1);
1173 sortklen = ucol_getSortKey(col, test1, 0, sortkEmpty, sortklen+1);
1174 if(sortklen != 3 || sortkEmpty[0] != 1 || sortkEmpty[0] != 1 || sortkEmpty[2] != 0) {
1177 free(sortkEmpty);