Home
last modified time | relevance | path

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

/external/icu4c/common/
Drbbiscan.cpp283 RHSExprNode->fLastPos = fScanIndex; in doParseActions()
284 … fRB->fRules.extractBetween(RHSExprNode->fFirstPos, RHSExprNode->fLastPos, RHSExprNode->fText); in doParseActions()
423 n->fLastPos = fNextIndex; in doParseActions()
424 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
434 n->fLastPos = fNextIndex; in doParseActions()
435 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
444 n->fLastPos = fNextIndex; in doParseActions()
445 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
455 n->fLastPos = fNextIndex; in doParseActions()
470 n->fLastPos = fNextIndex; in doParseActions()
[all …]
Drbbinode.cpp56 fLastPos = 0; in RBBINode()
86 fLastPos = other.fLastPos; in RBBINode()
Drbbinode.h68 int fLastPos; // Last position in the rule source string variable