OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fStatusTable
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/common/
rbbidata.h
88
uint32_t
fStatusTable
; /* Offset to the table of rule status values */
rbbirb.cpp
196
data->
fStatusTable
= data->fTrie + trieSize;
198
data->fRuleSource = data->
fStatusTable
+ statusTableSize;
209
int32_t *ruleStatusTable = (int32_t *)((uint8_t *)data + data->
fStatusTable
);
rbbidata.cpp
119
fRuleStatusTable = (int32_t *)((char *)data + fHeader->
fStatusTable
);
432
ds->swapArray32(ds, inBytes+ds->readUInt32(rbbiDH->
fStatusTable
), ds->readUInt32(rbbiDH->fStatusTableLen),
433
outBytes+ds->readUInt32(rbbiDH->
fStatusTable
), status);
Completed in 27 milliseconds