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

  /external/icu4c/common/
rbbitblb.h 104 int32_t fLookAhead;
rbbidata.h 103 /* Value here == fLookAhead in earlier */
105 int16_t fLookAhead; /* Non-zero if this row is for a state that */
rbbitblb.cpp 738 // the fLookAhead field or this state also.
743 sd->fLookAhead = sd->fAccepting;
775 sd->fLookAhead = lookAheadNode->fVal;
    [all...]
rbbi.cpp     [all...]
rbbidata.cpp 233 RBBIDebugPrintf("%4d | %3d %3d %3d ", s, row->fAccepting, row->fLookAhead, row->fTagIdx);

Completed in 49 milliseconds