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
160 void printTable(const char *heading, const RBBIStateTable *table);
170 const RBBIStateTable *fForwardTable;
171 const RBBIStateTable *fReverseTable;
172 const RBBIStateTable *fSafeFwdTable;
173 const RBBIStateTable *fSafeRevTable;
Drbbidata.cpp92 fForwardTable = (RBBIStateTable *)((char *)data + fHeader->fFTable); in init()
95 fReverseTable = (RBBIStateTable *)((char *)data + fHeader->fRTable); in init()
98 fSafeFwdTable = (RBBIStateTable *)((char *)data + fHeader->fSFTable); in init()
101 fSafeRevTable = (RBBIStateTable *)((char *)data + fHeader->fSRTable); in init()
213 void RBBIDataWrapper::printTable(const char *heading, const RBBIStateTable *table) { in printTable()
377 int32_t topSize = offsetof(RBBIStateTable, fTableData); in ubrk_swap()
Drbbitblb.cpp1070 size = sizeof(RBBIStateTable) - 4; // The header, with no rows to the table. in getTableSize()
1093 RBBIStateTable *table = (RBBIStateTable *)where; in exportTable()
Drbbi.cpp958 int32_t RuleBasedBreakIterator::handleNext(const RBBIStateTable *statetable) { in handleNext()
1170 int32_t RuleBasedBreakIterator::handlePrevious(const RBBIStateTable *statetable) { in handlePrevious()
/external/icu4c/common/unicode/
Drbbi.h45 struct RBBIStateTable;
690 int32_t handlePrevious(const RBBIStateTable *statetable);
701 int32_t handleNext(const RBBIStateTable *statetable);