Searched refs:fFirstPos (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/common/ |
D | rbbiscan.cpp | 259 n->fFirstPos = fNextIndex; // move past the '=' in doParseActions() 283 RHSExprNode->fFirstPos = startExprNode->fFirstPos; in doParseActions() 285 … fRB->fRules.extractBetween(RHSExprNode->fFirstPos, RHSExprNode->fLastPos, RHSExprNode->fText); in doParseActions() 423 n->fFirstPos = fScanIndex; in doParseActions() 425 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions() 434 n->fFirstPos = fScanIndex; in doParseActions() 436 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions() 444 n->fFirstPos = fScanIndex; in doParseActions() 446 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions() 455 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
|