Home
last modified time | relevance | path

Searched refs:fSafeRevTable (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
Drbbidata.cpp96 fSafeRevTable = NULL; in init0()
129 fSafeRevTable = (RBBIStateTable *)((char *)data + fHeader->fSRTable); in init()
283 printTable("Safe Reverse State Transition Table", fSafeRevTable); in printData()
Drbbidata.h175 const RBBIStateTable *fSafeRevTable; variable
Drbbi.cpp637 if (fData->fSafeRevTable != NULL || fData->fSafeFwdTable != NULL) { in previous()
747 if (fData->fSafeRevTable != NULL) { in following()
756 handlePrevious(fData->fSafeRevTable); in following()
887 if (fData->fSafeRevTable != NULL) { in preceding()
897 handlePrevious(fData->fSafeRevTable); in preceding()