Home
last modified time | relevance | path

Searched refs:lookAheadNode (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Drbbitblb.cpp843 RBBINode *lookAheadNode; in flagLookAheadStates() local
852 lookAheadNode = (RBBINode *)lookAheadNodes.elementAt(i); in flagLookAheadStates()
853 U_ASSERT(lookAheadNode->fType == RBBINode::NodeType::lookAhead); in flagLookAheadStates()
857 int32_t positionsIdx = sd->fPositions->indexOf(lookAheadNode); in flagLookAheadStates()
859 U_ASSERT(lookAheadNode == sd->fPositions->elementAt(positionsIdx)); in flagLookAheadStates()
860 uint32_t lookaheadSlot = fLookAheadRuleMap->elementAti(lookAheadNode->fVal); in flagLookAheadStates()
/third_party/icu/icu4c/source/common/
Drbbitblb.cpp842 RBBINode *lookAheadNode; in flagLookAheadStates() local
851 lookAheadNode = (RBBINode *)lookAheadNodes.elementAt(i); in flagLookAheadStates()
852 U_ASSERT(lookAheadNode->fType == RBBINode::NodeType::lookAhead); in flagLookAheadStates()
856 int32_t positionsIdx = sd->fPositions->indexOf(lookAheadNode); in flagLookAheadStates()
858 U_ASSERT(lookAheadNode == sd->fPositions->elementAt(positionsIdx)); in flagLookAheadStates()
859 uint32_t lookaheadSlot = fLookAheadRuleMap->elementAti(lookAheadNode->fVal); in flagLookAheadStates()
/third_party/skia/third_party/externals/icu/source/common/
Drbbitblb.cpp842 RBBINode *lookAheadNode; in flagLookAheadStates() local
851 lookAheadNode = (RBBINode *)lookAheadNodes.elementAt(i); in flagLookAheadStates()
852 U_ASSERT(lookAheadNode->fType == RBBINode::NodeType::lookAhead); in flagLookAheadStates()
856 int32_t positionsIdx = sd->fPositions->indexOf(lookAheadNode); in flagLookAheadStates()
858 U_ASSERT(lookAheadNode == sd->fPositions->elementAt(positionsIdx)); in flagLookAheadStates()
859 uint32_t lookaheadSlot = fLookAheadRuleMap->elementAti(lookAheadNode->fVal); in flagLookAheadStates()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRBBITableBuilder.java728 RBBINode lookAheadNode; in flagLookAheadStates() local
734 lookAheadNode = lookAheadNodes.get(i); in flagLookAheadStates()
737 if (sd.fPositions.contains(lookAheadNode)) { in flagLookAheadStates()
738 int lookaheadSlot = fLookAheadRuleMap[lookAheadNode.fVal]; in flagLookAheadStates()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBITableBuilder.java733 RBBINode lookAheadNode; in flagLookAheadStates() local
739 lookAheadNode = lookAheadNodes.get(i); in flagLookAheadStates()
742 if (sd.fPositions.contains(lookAheadNode)) { in flagLookAheadStates()
743 int lookaheadSlot = fLookAheadRuleMap[lookAheadNode.fVal]; in flagLookAheadStates()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Drbbitblb.cpp785 RBBINode *lookAheadNode; in flagLookAheadStates() local
794 lookAheadNode = (RBBINode *)lookAheadNodes.elementAt(i); in flagLookAheadStates()
798 if (sd->fPositions->indexOf(lookAheadNode) >= 0) { in flagLookAheadStates()
799 sd->fLookAhead = lookAheadNode->fVal; in flagLookAheadStates()