Searched refs:bufPart (Results 1 – 1 of 1) sorted by relevance
4030 uint8_t bufPart[TSKC_DATA_SIZE][TSKC_BUF_SIZE]; in TestSortKeyConsistency() local4046 bufFull[i][j] = bufPart[i][j] = 0; in TestSortKeyConsistency()4053 ucol_nextSortKeyPart(ucol, &uiter, state, bufPart[i], TSKC_BUF_SIZE, &icuRC); in TestSortKeyConsistency()4068 partMatch = partMatch && (bufPart[i][j] != bufPart[i2][j]); in TestSortKeyConsistency()