Home
last modified time | relevance | path

Searched refs:bufPart (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c4030 uint8_t bufPart[TSKC_DATA_SIZE][TSKC_BUF_SIZE]; in TestSortKeyConsistency() local
4046 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()