Searched refs:tState (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tscoll.cpp | 96 uint32_t sState[2], tState[2]; in compareUsingPartials() local 101 tState[0] = 0; tState[1] = 0; in compareUsingPartials() 106 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, &status); in compareUsingPartials() 108 if(sState[0] != 0 || tState[0] != 0) { in compareUsingPartials() 109 log("State != 0 : %08X %08X\n", sState[0], tState[0]); in compareUsingPartials()
|
/external/icu/icu4c/source/test/cintltst/ |
D | callcoll.c | 233 uint32_t sState[2], tState[2]; in compareUsingPartials() local 244 tState[0] = 0; tState[1] = 0; in compareUsingPartials() 249 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, status); in compareUsingPartials() 251 if(sState[0] != 0 || tState[0] != 0) { in compareUsingPartials()
|