OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tState
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/intltest/
tscoll.cpp
112
uint32_t sState[2],
tState
[2];
117
tState
[0] = 0;
tState
[1] = 0;
122
tSize = ucol_nextSortKeyPart(coll, &tIter,
tState
, tBuf, pieceSize, &status);
124
if(sState[0] != 0 ||
tState
[0] != 0) {
125
log("State != 0 : %08X %08X\n", sState[0],
tState
[0]);
/external/icu4c/test/cintltst/
callcoll.c
233
uint32_t sState[2],
tState
[2];
244
tState
[0] = 0;
tState
[1] = 0;
249
tSize = ucol_nextSortKeyPart(coll, &tIter,
tState
, tBuf, pieceSize, status);
251
if(sState[0] != 0 ||
tState
[0] != 0) {
252
/*log_verbose("State != 0 : %08X %08X\n", sState[0],
tState
[0]);*/
[
all
...]
Completed in 48 milliseconds