Searched refs:fAccepting (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/common/
H A Drbbitblb.h103 int32_t fAccepting; member in class:RBBIStateDescriptor
H A Drbbitblb.cpp717 // Any non-zero value for fAccepting means this is an accepting node.
721 if (sd->fAccepting==0) {
723 sd->fAccepting = endMarker->fVal;
724 if (sd->fAccepting == 0) {
725 sd->fAccepting = -1;
728 if (sd->fAccepting==-1 && endMarker->fVal != 0) {
732 sd->fAccepting = endMarker->fVal;
735 // if sd->fAccepting already had a value other than 0 or -1, leave it be.
743 sd->fLookAhead = sd->fAccepting;
1122 U_ASSERT (-32768 < sd->fAccepting
[all...]
H A Drbbidata.h98 int16_t fAccepting; /* Non-zero if this row is for an accepting state. */ member in struct:RBBIStateTableRow
107 /* Value is the same as the fAccepting */
H A Drbbi.cpp1045 if (row->fAccepting == -1) {
1055 && row->fAccepting == lookaheadStatus) {
1078 if (row->fAccepting != 0) {
1258 if (row->fAccepting == -1) {
1265 && row->fAccepting == lookaheadStatus) {
1286 if (row->fAccepting != 0) {
H A Drbbidata.cpp233 RBBIDebugPrintf("%4d | %3d %3d %3d ", s, row->fAccepting, row->fLookAhead, row->fTagIdx);

Completed in 70 milliseconds