/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | RBBITableBuilder.java | 42 int fAccepting; field in RBBITableBuilder.RBBIStateDescriptor 701 // Any non-zero value for fAccepting means this is an accepting node. in flagAcceptingStates() 705 if (sd.fAccepting==0) { in flagAcceptingStates() 707 sd.fAccepting = fLookAheadRuleMap[endMarker.fVal]; in flagAcceptingStates() 708 if (sd.fAccepting == 0) { in flagAcceptingStates() 709 sd.fAccepting = RBBIDataWrapper.ACCEPTING_UNCONDITIONAL; in flagAcceptingStates() 712 if (sd.fAccepting==RBBIDataWrapper.ACCEPTING_UNCONDITIONAL && endMarker.fVal != 0) { in flagAcceptingStates() 716 sd.fAccepting = fLookAheadRuleMap[endMarker.fVal]; in flagAcceptingStates() 719 // if sd.fAccepting already had a value other than 0 or 1, leave it be. in flagAcceptingStates() 964 if (firstSD.fAccepting ! in findDuplicateState() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | RBBITableBuilder.java | 43 int fAccepting; field in RBBITableBuilder.RBBIStateDescriptor 696 // Any non-zero value for fAccepting means this is an accepting node. in flagAcceptingStates() 700 if (sd.fAccepting==0) { in flagAcceptingStates() 702 sd.fAccepting = fLookAheadRuleMap[endMarker.fVal]; in flagAcceptingStates() 703 if (sd.fAccepting == 0) { in flagAcceptingStates() 704 sd.fAccepting = -1; in flagAcceptingStates() 707 if (sd.fAccepting==-1 && endMarker.fVal != 0) { in flagAcceptingStates() 711 sd.fAccepting = fLookAheadRuleMap[endMarker.fVal]; in flagAcceptingStates() 714 // if sd.fAccepting already had a value other than 0 or -1, leave it be. in flagAcceptingStates() 953 if (firstSD.fAccepting ! in findDuplicateState() [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | rbbitblb.cpp | 808 // Any non-zero value for fAccepting means this is an accepting node. in flagAcceptingStates() 812 if (sd->fAccepting==0) { in flagAcceptingStates() 814 sd->fAccepting = fLookAheadRuleMap->elementAti(endMarker->fVal); in flagAcceptingStates() 815 if (sd->fAccepting == 0) { in flagAcceptingStates() 816 sd->fAccepting = ACCEPTING_UNCONDITIONAL; in flagAcceptingStates() 819 if (sd->fAccepting==ACCEPTING_UNCONDITIONAL && endMarker->fVal != 0) { in flagAcceptingStates() 823 sd->fAccepting = fLookAheadRuleMap->elementAti(endMarker->fVal); in flagAcceptingStates() 826 // if sd->fAccepting already had a value other than 0 or 1, leave it be. in flagAcceptingStates() 1208 if (firstSD->fAccepting != duplSD->fAccepting || in findDuplicateState() [all...] |
H A D | rbbidata.h | 100 T fAccepting; // Non-zero if this row is for an accepting state. member 109 // Value is the same as the fAccepting 127 constexpr uint16_t ACCEPTING_UNCONDITIONAL = 1; // Value constant for RBBIStateTableRow::fAccepting
|
H A D | rbbitblb.h | 205 uint32_t fAccepting; 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 | 910 uint16_t accepting = row->fAccepting; in handleNext() 930 // TODO: Move this check before the previous check of fAccepting. in handleNext()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | rbbitblb.cpp | 793 // Any non-zero value for fAccepting means this is an accepting node. in flagAcceptingStates() 797 if (sd->fAccepting==0) { in flagAcceptingStates() 799 sd->fAccepting = fLookAheadRuleMap->elementAti(endMarker->fVal); in flagAcceptingStates() 800 if (sd->fAccepting == 0) { in flagAcceptingStates() 801 sd->fAccepting = ACCEPTING_UNCONDITIONAL; in flagAcceptingStates() 804 if (sd->fAccepting==ACCEPTING_UNCONDITIONAL && endMarker->fVal != 0) { in flagAcceptingStates() 808 sd->fAccepting = fLookAheadRuleMap->elementAti(endMarker->fVal); in flagAcceptingStates() 811 // if sd->fAccepting already had a value other than 0 or 1, leave it be. in flagAcceptingStates() 1193 if (firstSD->fAccepting != duplSD->fAccepting || in findDuplicateState() [all...] |
H A D | rbbitblb.h | 205 uint32_t fAccepting; member in RBBIStateDescriptor
|
H A D | rbbidata.h | 100 T fAccepting; // Non-zero if this row is for an accepting state. member 109 // Value is the same as the fAccepting 127 constexpr uint16_t ACCEPTING_UNCONDITIONAL = 1; // Value constant for RBBIStateTableRow::fAccepting
|
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 | 880 uint16_t accepting = row->fAccepting; in handleNext() 900 // TODO: Move this check before the previous check of fAccepting. in handleNext()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | rbbitblb.cpp | 807 // Any non-zero value for fAccepting means this is an accepting node. in flagAcceptingStates() 811 if (sd->fAccepting==0) { in flagAcceptingStates() 813 sd->fAccepting = fLookAheadRuleMap->elementAti(endMarker->fVal); in flagAcceptingStates() 814 if (sd->fAccepting == 0) { in flagAcceptingStates() 815 sd->fAccepting = ACCEPTING_UNCONDITIONAL; in flagAcceptingStates() 818 if (sd->fAccepting==ACCEPTING_UNCONDITIONAL && endMarker->fVal != 0) { in flagAcceptingStates() 822 sd->fAccepting = fLookAheadRuleMap->elementAti(endMarker->fVal); in flagAcceptingStates() 825 // if sd->fAccepting already had a value other than 0 or 1, leave it be. in flagAcceptingStates() 1202 if (firstSD->fAccepting != duplSD->fAccepting || in findDuplicateState() [all...] |
H A D | rbbidata.h | 100 T fAccepting; // Non-zero if this row is for an accepting state. member 109 // Value is the same as the fAccepting 127 constexpr uint16_t ACCEPTING_UNCONDITIONAL = 1; // Value constant for RBBIStateTableRow::fAccepting
|
H A D | rbbitblb.h | 205 uint32_t fAccepting; 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 | 896 uint16_t accepting = row->fAccepting; in handleNext() 916 // TODO: Move this check before the previous check of fAccepting. in handleNext()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | rbbitst.cpp | 4592 s.append(row->r8.fAccepting); in TestTableRedundancies() 4599 s.append(row->r16.fAccepting); 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/
... |