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

  /external/icu/icu4c/source/common/
rbbidata.h 124 struct RBBIStateTable {
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;
rbbidata.cpp 120 fForwardTable = (RBBIStateTable *)((char *)data + fHeader->fFTable);
123 fReverseTable = (RBBIStateTable *)((char *)data + fHeader->fRTable);
126 fSafeFwdTable = (RBBIStateTable *)((char *)data + fHeader->fSFTable);
129 fSafeRevTable = (RBBIStateTable *)((char *)data + fHeader->fSRTable);
241 void RBBIDataWrapper::printTable(const char *heading, const RBBIStateTable *table) {
405 int32_t topSize = offsetof(RBBIStateTable, fTableData);
rbbitblb.cpp     [all...]
rbbi.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
rbbi.h 45 struct RBBIStateTable;
718 int32_t handlePrevious(const RBBIStateTable *statetable);
729 int32_t handleNext(const RBBIStateTable *statetable);

Completed in 55 milliseconds