Home
last modified time | relevance | path

Searched refs:RBBIStateTable (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/common/
Drbbidata.h123 struct RBBIStateTable { struct
156 void printTable(const char *heading, const RBBIStateTable *table);
166 const RBBIStateTable *fForwardTable;
167 const RBBIStateTable *fReverseTable;
168 const RBBIStateTable *fSafeFwdTable;
169 const RBBIStateTable *fSafeRevTable;
Drbbidata.cpp85 fForwardTable = (RBBIStateTable *)((char *)data + fHeader->fFTable); in init()
88 fReverseTable = (RBBIStateTable *)((char *)data + fHeader->fRTable); in init()
91 fSafeFwdTable = (RBBIStateTable *)((char *)data + fHeader->fSFTable); in init()
94 fSafeRevTable = (RBBIStateTable *)((char *)data + fHeader->fSRTable); in init()
206 void RBBIDataWrapper::printTable(const char *heading, const RBBIStateTable *table) { in printTable()
371 int32_t topSize = offsetof(RBBIStateTable, fTableData); in ubrk_swap()
Drbbitblb.cpp1042 size = sizeof(RBBIStateTable) - 4; // The header, with no rows to the table. in getTableSize()
1065 RBBIStateTable *table = (RBBIStateTable *)where; in exportTable()
Drbbi.cpp903 int32_t RuleBasedBreakIterator::handleNext(const RBBIStateTable *statetable) { in handleNext()
1115 int32_t RuleBasedBreakIterator::handlePrevious(const RBBIStateTable *statetable) { in handlePrevious()
/external/icu4c/common/unicode/
Drbbi.h45 struct RBBIStateTable;
638 int32_t handlePrevious(const RBBIStateTable *statetable);
649 int32_t handleNext(const RBBIStateTable *statetable);