Home
last modified time | relevance | path

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

/external/icu4c/common/
Drbbiscan.cpp228 RBBINode *catNode = pushNewNode(RBBINode::opCat); in doParseActions() local
229 catNode->fLeftChild = operandNode; in doParseActions()
230 operandNode->fParent = catNode; in doParseActions()
323 RBBINode *catNode = pushNewNode(RBBINode::opCat); in doParseActions() local
325 catNode->fLeftChild = thisRule; in doParseActions()
326 catNode->fRightChild = endNode; in doParseActions()
327 fNodeStack[fNodeStackPtr] = catNode; in doParseActions()