Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBITableBuilder.java43 int fLookAhead; field in RBBITableBuilder.RBBIStateDescriptor
664 sd.fLookAhead = sd.fAccepting; in flagAcceptingStates()
690 sd.fLookAhead = lookAheadNode.fVal; in flagLookAheadStates()
939 Assert.assrt (-32768 < sd.fLookAhead && sd.fLookAhead <= 32767); in exportTable()
941 table[row + RBBIDataWrapper.LOOKAHEAD] = (short)sd.fLookAhead; in exportTable()
995 RBBINode.printInt(sd.fLookAhead, 4); in printStates()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBITableBuilder.java42 int fLookAhead; field in RBBITableBuilder.RBBIStateDescriptor
663 sd.fLookAhead = sd.fAccepting; in flagAcceptingStates()
689 sd.fLookAhead = lookAheadNode.fVal; in flagLookAheadStates()
938 Assert.assrt (-32768 < sd.fLookAhead && sd.fLookAhead <= 32767); in exportTable()
940 table[row + RBBIDataWrapper.LOOKAHEAD] = (short)sd.fLookAhead; in exportTable()
994 RBBINode.printInt(sd.fLookAhead, 4); in printStates()
/external/icu/icu4c/source/common/
Drbbitblb.cpp769 sd->fLookAhead = sd->fAccepting; in flagAcceptingStates()
801 sd->fLookAhead = lookAheadNode->fVal; in flagLookAheadStates()
1151 U_ASSERT (-32768 < sd->fLookAhead && sd->fLookAhead <= 32767); in exportTable()
1153 row->fLookAhead = (int16_t)sd->fLookAhead; in exportTable()
1205 RBBIDebugPrintf("%3d %3d %5d ", sd->fAccepting, sd->fLookAhead, sd->fTagsIdx); in printStates()
1256 fLookAhead = 0; in RBBIStateDescriptor()
Drbbitblb.h108 int32_t fLookAhead; variable
Drbbidata.h108 int16_t fLookAhead; /* Non-zero if this row is for a state that */ member
Drbbidata.cpp263 RBBIDebugPrintf("%4d | %3d %3d %3d ", s, row->fAccepting, row->fLookAhead, row->fTagIdx); in printTable()
Drbbi.cpp1160 int16_t rule = row->fLookAhead; in handleNext()
1351 int16_t rule = row->fLookAhead; in handlePrevious()