OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fRuleSource
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/common/
rbbidata.h
86
uint32_t
fRuleSource
; /* Offset to the source for for the break */
174
const UChar *
fRuleSource
;
rbbidata.cpp
115
fRuleSource
= (UChar *)((char *)data + fHeader->
fRuleSource
);
116
fRuleString.setTo(TRUE,
fRuleSource
, -1);
258
for (int32_t c=0;
fRuleSource
[c] != 0; c++) {
259
RBBIDebugPrintf("%c",
fRuleSource
[c]);
428
ds->swapArray16(ds, inBytes+ds->readUInt32(rbbiDH->
fRuleSource
), ds->readUInt32(rbbiDH->fRuleSourceLen),
429
outBytes+ds->readUInt32(rbbiDH->
fRuleSource
), status);
rbbirb.cpp
198
data->
fRuleSource
= data->fStatusTable + statusTableSize;
214
strippedRules.extract((UChar *)((uint8_t *)data+data->
fRuleSource
), rulesSize/2+1, *fStatus);
/external/icu4c/test/intltest/
rbbiapts.cpp
[
all
...]
Completed in 42 milliseconds