Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/common/
Drbbitblb.cpp846 U_ASSERT(sd->fLookAhead == 0 || sd->fLookAhead == lookaheadSlot); in flagLookAheadStates()
851 sd->fLookAhead = lookaheadSlot; in flagLookAheadStates()
1194 firstSD->fLookAhead != duplSD->fLookAhead || in findDuplicateState()
1394 U_ASSERT (sd->fLookAhead <= 255); in exportTable()
1398 r8->fLookAhead = sd->fLookAhead; in exportTable()
1406 U_ASSERT (sd->fLookAhead <= 0xffff); in exportTable()
1409 row->r16.fLookAhead = sd->fLookAhead; in exportTable()
1609 r8->fLookAhead = 0; in exportSafeTable()
1617 row->r16.fLookAhead = 0; in exportSafeTable()
1671 RBBIDebugPrintf("%3d %3d %5d ", sd->fAccepting, sd->fLookAhead, sd->fTagsIdx); in printStates()
[all …]
Drbbidata.h107 T fLookAhead; // Non-zero if this row is for a state that member
Drbbidata.cpp258 …RBBIDebugPrintf("%4d | %3d %3d %3d ", s, row->r8.fAccepting, row->r8.fLookAhead, row->r8.fTagsId… in printTable()
263 …RBBIDebugPrintf("%4d | %3d %3d %3d ", s, row->r16.fAccepting, row->r16.fLookAhead, row->r16.fTag… in printTable()
Drbbitblb.h206 uint32_t fLookAhead; variable
Drbbi.cpp904 uint16_t rule = row->fLookAhead; in handleNext()
/third_party/icu/icu4c/source/common/
Drbbitblb.cpp861 U_ASSERT(sd->fLookAhead == 0 || sd->fLookAhead == lookaheadSlot); in flagLookAheadStates()
866 sd->fLookAhead = lookaheadSlot; in flagLookAheadStates()
1209 firstSD->fLookAhead != duplSD->fLookAhead || in findDuplicateState()
1409 U_ASSERT (sd->fLookAhead <= 255); in exportTable()
1413 r8->fLookAhead = sd->fLookAhead; in exportTable()
1421 U_ASSERT (sd->fLookAhead <= 0xffff); in exportTable()
1424 row->r16.fLookAhead = sd->fLookAhead; in exportTable()
1624 r8->fLookAhead = 0; in exportSafeTable()
1632 row->r16.fLookAhead = 0; in exportSafeTable()
1686 RBBIDebugPrintf("%3d %3d %5d ", sd->fAccepting, sd->fLookAhead, sd->fTagsIdx); in printStates()
[all …]
Drbbidata.h107 T fLookAhead; // Non-zero if this row is for a state that member
Drbbidata.cpp258 …RBBIDebugPrintf("%4d | %3d %3d %3d ", s, row->r8.fAccepting, row->r8.fLookAhead, row->r8.fTagsId… in printTable()
263 …RBBIDebugPrintf("%4d | %3d %3d %3d ", s, row->r16.fAccepting, row->r16.fLookAhead, row->r16.fTag… in printTable()
Drbbitblb.h206 uint32_t fLookAhead; variable
Drbbi.cpp934 uint16_t rule = row->fLookAhead; in handleNext()
/third_party/skia/third_party/externals/icu/source/common/
Drbbitblb.cpp860 U_ASSERT(sd->fLookAhead == 0 || sd->fLookAhead == lookaheadSlot); in flagLookAheadStates()
865 sd->fLookAhead = lookaheadSlot; in flagLookAheadStates()
1203 firstSD->fLookAhead != duplSD->fLookAhead || in findDuplicateState()
1403 U_ASSERT (sd->fLookAhead <= 255); in exportTable()
1407 r8->fLookAhead = sd->fLookAhead; in exportTable()
1415 U_ASSERT (sd->fLookAhead <= 0xffff); in exportTable()
1418 row->r16.fLookAhead = sd->fLookAhead; in exportTable()
1609 r8->fLookAhead = 0; in exportSafeTable()
1617 row->r16.fLookAhead = 0; in exportSafeTable()
1671 RBBIDebugPrintf("%3d %3d %5d ", sd->fAccepting, sd->fLookAhead, sd->fTagsIdx); in printStates()
[all …]
Drbbidata.h107 T fLookAhead; // Non-zero if this row is for a state that member
Drbbitblb.h206 uint32_t fLookAhead; variable
Drbbidata.cpp258 …RBBIDebugPrintf("%4d | %3d %3d %3d ", s, row->r8.fAccepting, row->r8.fLookAhead, row->r8.fTagsId… in printTable()
263 …RBBIDebugPrintf("%4d | %3d %3d %3d ", s, row->r16.fAccepting, row->r16.fLookAhead, row->r16.fTag… in printTable()
Drbbi.cpp920 uint16_t rule = row->fLookAhead; in handleNext()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBITableBuilder.java43 int fLookAhead; field in RBBITableBuilder.RBBIStateDescriptor
744 assert(sd.fLookAhead == 0 || sd.fLookAhead == lookaheadSlot); in flagLookAheadStates()
745 sd.fLookAhead = lookaheadSlot; in flagLookAheadStates()
965 firstSD.fLookAhead != duplSD.fLookAhead ||
1175 Assert.assrt (0 <= sd.fLookAhead && sd.fLookAhead <= 255);
1178 Assert.assrt (0 <= sd.fLookAhead && sd.fLookAhead <= 0xffff);
1181 table.fTable[row + RBBIDataWrapper.LOOKAHEAD] = (char)sd.fLookAhead;
1384 RBBINode.printInt(sd.fLookAhead, 4);
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRBBITableBuilder.java44 int fLookAhead; field in RBBITableBuilder.RBBIStateDescriptor
739 assert(sd.fLookAhead == 0 || sd.fLookAhead == lookaheadSlot); in flagLookAheadStates()
740 sd.fLookAhead = lookaheadSlot; in flagLookAheadStates()
954 firstSD.fLookAhead != duplSD.fLookAhead ||
1149 Assert.assrt (-32768 < sd.fLookAhead && sd.fLookAhead <= 32767);
1151 table.fTable[row + RBBIDataWrapper.LOOKAHEAD] = (short)sd.fLookAhead;
1339 RBBINode.printInt(sd.fLookAhead, 4);
/third_party/icu/icu4c/source/test/intltest/
Drbbitst.cpp4593 s.append(row->r8.fLookAhead); in TestTableRedundancies()
4600 s.append(row->r16.fLookAhead); in TestTableRedundancies()