Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBITableBuilder.java40 int fLookAhead; field in RBBITableBuilder.RBBIStateDescriptor
638 sd.fLookAhead = sd.fAccepting; in flagAcceptingStates()
664 sd.fLookAhead = lookAheadNode.fVal; in flagLookAheadStates()
913 Assert.assrt (-32768 < sd.fLookAhead && sd.fLookAhead <= 32767); in exportTable()
915 table[row + RBBIDataWrapper.LOOKAHEAD] = (short)sd.fLookAhead; in exportTable()
969 RBBINode.printInt(sd.fLookAhead, 4); in printStates()
/external/icu/icu4c/source/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.h106 int16_t fLookAhead; /* Non-zero if this row is for a state that */ member
Drbbi.cpp1126 if (row->fLookAhead != 0) { in handleNext()
1145 lookaheadStatus = row->fLookAhead; in handleNext()
1341 if (row->fLookAhead != 0) { in handlePrevious()
1359 lookaheadStatus = row->fLookAhead; in handlePrevious()
Drbbidata.cpp261 RBBIDebugPrintf("%4d | %3d %3d %3d ", s, row->fAccepting, row->fLookAhead, row->fTagIdx); in printTable()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...