Home
last modified time | relevance | path

Searched refs:fLookAhead (Results 1 - 19 of 19) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A 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 || 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 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 || 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 Drbbitblb.cpp861 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 Drbbidata.h105 // 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 Drbbitblb.h206 uint32_t fLookAhead; member in RBBIStateDescriptor
H A Drbbidata.cpp258 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 Drbbi.cpp934 uint16_t rule = row->fLookAhead; in handleNext()
/third_party/node/deps/icu-small/source/common/
H A Drbbitblb.cpp846 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 Drbbitblb.h206 uint32_t fLookAhead; member in RBBIStateDescriptor
H A Drbbidata.h105 // 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 Drbbidata.cpp258 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 Drbbi.cpp904 uint16_t rule = row->fLookAhead; in handleNext()
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbitblb.cpp860 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 Drbbidata.h105 // 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 Drbbitblb.h206 uint32_t fLookAhead; member in RBBIStateDescriptor
H A Drbbidata.cpp258 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 Drbbi.cpp920 uint16_t rule = row->fLookAhead; in handleNext()
/third_party/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp4593 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 Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 51 milliseconds