/third_party/node/deps/icu-small/source/common/ |
D | rbbitblb.cpp | 846 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 …]
|
D | rbbidata.h | 107 T fLookAhead; // Non-zero if this row is for a state that member
|
D | rbbidata.cpp | 258 …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()
|
D | rbbitblb.h | 206 uint32_t fLookAhead; variable
|
D | rbbi.cpp | 904 uint16_t rule = row->fLookAhead; in handleNext()
|
/third_party/icu/icu4c/source/common/ |
D | rbbitblb.cpp | 861 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 …]
|
D | rbbidata.h | 107 T fLookAhead; // Non-zero if this row is for a state that member
|
D | rbbidata.cpp | 258 …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()
|
D | rbbitblb.h | 206 uint32_t fLookAhead; variable
|
D | rbbi.cpp | 934 uint16_t rule = row->fLookAhead; in handleNext()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | rbbitblb.cpp | 860 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 …]
|
D | rbbidata.h | 107 T fLookAhead; // Non-zero if this row is for a state that member
|
D | rbbitblb.h | 206 uint32_t fLookAhead; variable
|
D | rbbidata.cpp | 258 …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()
|
D | rbbi.cpp | 920 uint16_t rule = row->fLookAhead; in handleNext()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RBBITableBuilder.java | 43 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/ |
D | RBBITableBuilder.java | 44 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/ |
D | rbbitst.cpp | 4593 s.append(row->r8.fLookAhead); in TestTableRedundancies() 4600 s.append(row->r16.fLookAhead); in TestTableRedundancies()
|