/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A 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 || in findDuplicateState() 1175 Assert.assrt (0 <= sd.fLookAhead && sd.fLookAhead <= 255); in exportTable() 1178 Assert.assrt (0 <= sd.fLookAhead && sd.fLookAhead < in exportTable() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A 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 || in findDuplicateState() 1149 Assert.assrt (-32768 < sd.fLookAhead && sd.fLookAhead <= 32767); in exportTable() 1151 table.fTable[row + RBBIDataWrapper.LOOKAHEAD] = (short)sd.fLookAhead; in exportTable() 1207 // fLookAhead, et in buildSafeReverseTable() [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | rbbitblb.cpp | 861 U_ASSERT(sd->fLookAhead == 0 || sd->fLookAhead == lookaheadSlot); in flagLookAheadStates() 862 // if (sd->fLookAhead != 0 && sd->fLookAhead != lookaheadSlot) { in flagLookAheadStates() 863 // printf("%s:%d Bingo. sd->fLookAhead:%d lookaheadSlot:%d\n", in flagLookAheadStates() 864 // __FILE__, __LINE__, sd->fLookAhead, lookaheadSlot); in flagLookAheadStates() 866 sd->fLookAhead = lookaheadSlot; in flagLookAheadStates() 1209 firstSD->fLookAhead != duplSD->fLookAhead || in findDuplicateState() 1409 U_ASSERT (sd->fLookAhead < in exportTable() [all...] |
H A D | rbbidata.h | 105 // Value here == fLookAhead in earlier 107 T fLookAhead; // Non-zero if this row is for a state that member 141 // look-ahead results. Indexed by row.fLookAhead.
|
H A D | rbbitblb.h | 206 uint32_t fLookAhead; member in RBBIStateDescriptor
|
H A D | rbbidata.cpp | 258 RBBIDebugPrintf("%4d | %3d %3d %3d ", s, row->r8.fAccepting, row->r8.fLookAhead, row->r8.fTagsIdx); in printTable() 263 RBBIDebugPrintf("%4d | %3d %3d %3d ", s, row->r16.fAccepting, row->r16.fLookAhead, row->r16.fTagsIdx); in printTable()
|
H A D | rbbi.cpp | 934 uint16_t rule = row->fLookAhead; in handleNext()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | rbbitblb.cpp | 846 U_ASSERT(sd->fLookAhead == 0 || sd->fLookAhead == lookaheadSlot); in flagLookAheadStates() 847 // if (sd->fLookAhead != 0 && sd->fLookAhead != lookaheadSlot) { in flagLookAheadStates() 848 // printf("%s:%d Bingo. sd->fLookAhead:%d lookaheadSlot:%d\n", in flagLookAheadStates() 849 // __FILE__, __LINE__, sd->fLookAhead, lookaheadSlot); in flagLookAheadStates() 851 sd->fLookAhead = lookaheadSlot; in flagLookAheadStates() 1194 firstSD->fLookAhead != duplSD->fLookAhead || in findDuplicateState() 1394 U_ASSERT (sd->fLookAhead < in exportTable() [all...] |
H A D | rbbitblb.h | 206 uint32_t fLookAhead; member in RBBIStateDescriptor
|
H A D | rbbidata.h | 105 // Value here == fLookAhead in earlier 107 T fLookAhead; // Non-zero if this row is for a state that member 141 // look-ahead results. Indexed by row.fLookAhead.
|
H A D | rbbidata.cpp | 258 RBBIDebugPrintf("%4d | %3d %3d %3d ", s, row->r8.fAccepting, row->r8.fLookAhead, row->r8.fTagsIdx); in printTable() 263 RBBIDebugPrintf("%4d | %3d %3d %3d ", s, row->r16.fAccepting, row->r16.fLookAhead, row->r16.fTagsIdx); in printTable()
|
H A D | rbbi.cpp | 904 uint16_t rule = row->fLookAhead; in handleNext()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | rbbitblb.cpp | 860 U_ASSERT(sd->fLookAhead == 0 || sd->fLookAhead == lookaheadSlot); in flagLookAheadStates() 861 // if (sd->fLookAhead != 0 && sd->fLookAhead != lookaheadSlot) { in flagLookAheadStates() 862 // printf("%s:%d Bingo. sd->fLookAhead:%d lookaheadSlot:%d\n", in flagLookAheadStates() 863 // __FILE__, __LINE__, sd->fLookAhead, lookaheadSlot); in flagLookAheadStates() 865 sd->fLookAhead = lookaheadSlot; in flagLookAheadStates() 1203 firstSD->fLookAhead != duplSD->fLookAhead || in findDuplicateState() 1403 U_ASSERT (sd->fLookAhead < in exportTable() [all...] |
H A D | rbbidata.h | 105 // Value here == fLookAhead in earlier 107 T fLookAhead; // Non-zero if this row is for a state that member 141 // look-ahead results. Indexed by row.fLookAhead.
|
H A D | rbbitblb.h | 206 uint32_t fLookAhead; member in RBBIStateDescriptor
|
H A D | rbbidata.cpp | 258 RBBIDebugPrintf("%4d | %3d %3d %3d ", s, row->r8.fAccepting, row->r8.fLookAhead, row->r8.fTagsIdx); in printTable() 263 RBBIDebugPrintf("%4d | %3d %3d %3d ", s, row->r16.fAccepting, row->r16.fLookAhead, row->r16.fTagsIdx); in printTable()
|
H A D | rbbi.cpp | 920 uint16_t rule = row->fLookAhead; in handleNext()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | rbbitst.cpp | 4593 s.append(row->r8.fLookAhead); in TestTableRedundancies() 4600 s.append(row->r16.fLookAhead); in TestTableRedundancies()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |