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