Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c4032 uint8_t bufPart[TSKC_DATA_SIZE][TSKC_BUF_SIZE]; in TestSortKeyConsistency() local
4048 bufFull[i][j] = bufPart[i][j] = 0; in TestSortKeyConsistency()
4055 ucol_nextSortKeyPart(ucol, &uiter, state, bufPart[i], TSKC_BUF_SIZE, &icuRC); in TestSortKeyConsistency()
4070 partMatch = partMatch && (bufPart[i][j] != bufPart[i2][j]); in TestSortKeyConsistency()