Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Drbbidata.cpp98 fSafeRevTable = NULL; in init0()
131 fSafeRevTable = (RBBIStateTable *)((char *)data + fHeader->fSRTable); in init()
285 printTable("Safe Reverse State Transition Table", fSafeRevTable); in printData()
Drbbidata.h177 const RBBIStateTable *fSafeRevTable; variable
Drbbi.cpp624 if (fData->fSafeRevTable != NULL || fData->fSafeFwdTable != NULL) { in previous()
734 if (fData->fSafeRevTable != NULL) { in following()
743 handlePrevious(fData->fSafeRevTable); in following()
874 if (fData->fSafeRevTable != NULL) { in preceding()
884 handlePrevious(fData->fSafeRevTable); in preceding()