Home
last modified time | relevance | path

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

/external/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()
/external/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()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBITableBuilder.java734 RBBINode lookAheadNode; in flagLookAheadStates() local
740 lookAheadNode = lookAheadNodes.get(i); in flagLookAheadStates()
743 if (sd.fPositions.contains(lookAheadNode)) { in flagLookAheadStates()
744 int lookaheadSlot = fLookAheadRuleMap[lookAheadNode.fVal]; in flagLookAheadStates()