Searched refs:fFirstPos (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/common/ |
D | rbbiscan.cpp | 260 n->fFirstPos = fNextIndex; // move past the '=' in doParseActions() 284 RHSExprNode->fFirstPos = startExprNode->fFirstPos; in doParseActions() 286 … fRB->fRules.extractBetween(RHSExprNode->fFirstPos, RHSExprNode->fLastPos, RHSExprNode->fText); in doParseActions() 424 n->fFirstPos = fScanIndex; in doParseActions() 426 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions() 435 n->fFirstPos = fScanIndex; in doParseActions() 437 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions() 445 n->fFirstPos = fScanIndex; in doParseActions() 447 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions() 456 n->fFirstPos = fScanIndex; in doParseActions() [all …]
|
D | rbbinode.cpp | 55 fFirstPos = 0; in RBBINode() 85 fFirstPos = other.fFirstPos; in RBBINode() 300 fSerialNum, fFirstPos, fVal); in printNode()
|
D | rbbinode.h | 64 int fFirstPos; // Position in the rule source string of the variable
|