Home
last modified time | relevance | path

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

/external/icu4c/common/
Drbbiscan.cpp214 RBBINode *operandNode = fNodeStack[fNodeStackPtr--]; in doParseActions() local
216 orNode->fLeftChild = operandNode; in doParseActions()
217 operandNode->fParent = orNode; in doParseActions()
228 RBBINode *operandNode = fNodeStack[fNodeStackPtr--]; in doParseActions() local
230 catNode->fLeftChild = operandNode; in doParseActions()
231 operandNode->fParent = catNode; in doParseActions()
390 RBBINode *operandNode = fNodeStack[fNodeStackPtr--]; in doParseActions() local
392 plusNode->fLeftChild = operandNode; in doParseActions()
393 operandNode->fParent = plusNode; in doParseActions()
399 RBBINode *operandNode = fNodeStack[fNodeStackPtr--]; in doParseActions() local
[all …]