Home
last modified time | relevance | path

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

/external/icu4c/common/
Drbbiscan.cpp260 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 …]
Drbbinode.cpp55 fFirstPos = 0; in RBBINode()
85 fFirstPos = other.fFirstPos; in RBBINode()
300 fSerialNum, fFirstPos, fVal); in printNode()
Drbbinode.h64 int fFirstPos; // Position in the rule source string of the variable