HomeSort by relevance Sort by last modified time
    Searched refs:RBBIStateTable (Results 1 - 5 of 5) sorted by null

  /external/icu4c/common/
rbbidata.h 123 struct RBBIStateTable {
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;
rbbidata.cpp 92 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);
rbbitblb.cpp     [all...]
rbbi.cpp 928 int32_t RuleBasedBreakIterator::handleNext(const RBBIStateTable *statetable) {
    [all...]
  /external/icu4c/common/unicode/
rbbi.h 45 struct RBBIStateTable;
660 int32_t handlePrevious(const RBBIStateTable *statetable);
671 int32_t handleNext(const RBBIStateTable *statetable);

Completed in 985 milliseconds