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

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

Completed in 92 milliseconds