Home
last modified time | relevance | path

Searched refs:fLookAhead (Results 1 – 10 of 10) sorted by relevance

/external/icu4c/common/
Drbbitblb.cpp743 sd->fLookAhead = sd->fAccepting; in flagAcceptingStates()
775 sd->fLookAhead = lookAheadNode->fVal; in flagLookAheadStates()
1123 U_ASSERT (-32768 < sd->fLookAhead && sd->fLookAhead <= 32767); in exportTable()
1125 row->fLookAhead = (int16_t)sd->fLookAhead; in exportTable()
1177 RBBIDebugPrintf("%3d %3d %5d ", sd->fAccepting, sd->fLookAhead, sd->fTagsIdx); in printStates()
1228 fLookAhead = 0; in RBBIStateDescriptor()
Drbbitblb.h104 int32_t fLookAhead; variable
Drbbidata.h105 int16_t fLookAhead; /* Non-zero if this row is for a state that */ member
Drbbi.cpp1051 if (row->fLookAhead != 0) { in handleNext()
1070 lookaheadStatus = row->fLookAhead; in handleNext()
1263 if (row->fLookAhead != 0) { in handlePrevious()
1281 lookaheadStatus = row->fLookAhead; in handlePrevious()
Drbbidata.cpp232 RBBIDebugPrintf("%4d | %3d %3d %3d ", s, row->fAccepting, row->fLookAhead, row->fTagIdx); in printTable()
/external/chromium/third_party/icu/source/common/
Drbbitblb.cpp743 sd->fLookAhead = sd->fAccepting; in flagAcceptingStates()
775 sd->fLookAhead = lookAheadNode->fVal; in flagLookAheadStates()
1141 U_ASSERT (-32768 < sd->fLookAhead && sd->fLookAhead <= 32767); in exportTable()
1143 row->fLookAhead = (int16_t)sd->fLookAhead; in exportTable()
1195 RBBIDebugPrintf("%3d %3d %5d ", sd->fAccepting, sd->fLookAhead, sd->fTagsIdx); in printStates()
1246 fLookAhead = 0; in RBBIStateDescriptor()
Drbbitblb.h104 int32_t fLookAhead; variable
Drbbidata.h105 int16_t fLookAhead; /* Non-zero if this row is for a state that */ member
Drbbi.cpp1049 if (row->fLookAhead != 0) { in handleNext()
1068 lookaheadStatus = row->fLookAhead; in handleNext()
1261 if (row->fLookAhead != 0) { in handlePrevious()
1279 lookaheadStatus = row->fLookAhead; in handlePrevious()
Drbbidata.cpp232 RBBIDebugPrintf("%4d | %3d %3d %3d ", s, row->fAccepting, row->fLookAhead, row->fTagIdx); in printTable()