Home
last modified time | relevance | path

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

/external/icu4c/common/
Drbbiscan.cpp285 RHSExprNode->fLastPos = fScanIndex; in doParseActions()
286 … fRB->fRules.extractBetween(RHSExprNode->fFirstPos, RHSExprNode->fLastPos, RHSExprNode->fText); in doParseActions()
425 n->fLastPos = fNextIndex; in doParseActions()
426 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
436 n->fLastPos = fNextIndex; in doParseActions()
437 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
446 n->fLastPos = fNextIndex; in doParseActions()
447 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
457 n->fLastPos = fNextIndex; in doParseActions()
472 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