Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Drbbidata.h124 struct RBBIStateTable { struct
162 void printTable(const char *heading, const RBBIStateTable *table);
172 const RBBIStateTable *fForwardTable;
173 const RBBIStateTable *fReverseTable;
174 const RBBIStateTable *fSafeFwdTable;
175 const RBBIStateTable *fSafeRevTable;
Drbbidata.cpp120 fForwardTable = (RBBIStateTable *)((char *)data + fHeader->fFTable); in init()
123 fReverseTable = (RBBIStateTable *)((char *)data + fHeader->fRTable); in init()
126 fSafeFwdTable = (RBBIStateTable *)((char *)data + fHeader->fSFTable); in init()
129 fSafeRevTable = (RBBIStateTable *)((char *)data + fHeader->fSRTable); in init()
241 void RBBIDataWrapper::printTable(const char *heading, const RBBIStateTable *table) { in printTable()
405 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.cpp996 int32_t RuleBasedBreakIterator::handleNext(const RBBIStateTable *statetable) { in handleNext()
1213 int32_t RuleBasedBreakIterator::handlePrevious(const RBBIStateTable *statetable) { in handlePrevious()
/external/icu/icu4c/source/common/unicode/
Drbbi.h45 struct RBBIStateTable;
718 int32_t handlePrevious(const RBBIStateTable *statetable);
729 int32_t handleNext(const RBBIStateTable *statetable);