Home
last modified time | relevance | path

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

/external/icu4c/common/
Drbbiscan.cpp284 RHSExprNode->fLastPos = fScanIndex; in doParseActions()
285 … fRB->fRules.extractBetween(RHSExprNode->fFirstPos, RHSExprNode->fLastPos, RHSExprNode->fText); in doParseActions()
424 n->fLastPos = fNextIndex; in doParseActions()
425 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
435 n->fLastPos = fNextIndex; in doParseActions()
436 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
445 n->fLastPos = fNextIndex; in doParseActions()
446 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
456 n->fLastPos = fNextIndex; in doParseActions()
471 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