Home
last modified time | relevance | path

Searched refs:fRuleSource (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/common/
Drbbidata.cpp115 fRuleSource = (UChar *)((char *)data + fHeader->fRuleSource); in init()
116 fRuleString.setTo(TRUE, fRuleSource, -1); in init()
258 for (int32_t c=0; fRuleSource[c] != 0; c++) { in printData()
259 RBBIDebugPrintf("%c", fRuleSource[c]); in printData()
428 …ds->swapArray16(ds, inBytes+ds->readUInt32(rbbiDH->fRuleSource), ds->readUInt32(rbbiDH->fRuleSourc… in ubrk_swap()
429 outBytes+ds->readUInt32(rbbiDH->fRuleSource), status); in ubrk_swap()
Drbbidata.h86 uint32_t fRuleSource; /* Offset to the source for for the break */ member
174 const UChar *fRuleSource; variable
Drbbirb.cpp198 data->fRuleSource = data->fStatusTable + statusTableSize; in flattenData()
214 strippedRules.extract((UChar *)((uint8_t *)data+data->fRuleSource), rulesSize/2+1, *fStatus); in flattenData()
/external/icu4c/test/intltest/
Drbbiapts.cpp1025 builtSource = (const UChar *)(builtRules + ((RBBIDataHeader*)builtRules)->fRuleSource); in RoundtripRule()