Searched refs:fRB (Results 1 – 6 of 6) sorted by relevance
/external/icu4c/common/ |
D | rbbiscan.cpp | 92 fRB = rb; in RBBIRuleScanner() 285 … fRB->fRules.extractBetween(RHSExprNode->fFirstPos, RHSExprNode->fLastPos, RHSExprNode->fText); in doParseActions() 292 fSymbolTable->addEntry(varRefNode->fText, varRefNode, *fRB->fStatus); in doParseActions() 293 if (U_FAILURE(*fRB->fStatus)) { in doParseActions() 296 UErrorCode t = *fRB->fStatus; in doParseActions() 297 *fRB->fStatus = U_ZERO_ERROR; in doParseActions() 310 if (U_FAILURE(*fRB->fStatus)) { // parse tree rooted in TOS node. in doParseActions() 314 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "rtree")) {printNodeStack("end of rule");} in doParseActions() 340 RBBINode **destRules = (fReverseRule? &fRB->fReverseTree : fRB->fDefaultTree); in doParseActions() 425 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions() [all …]
|
D | rbbitblb.cpp | 29 fRB = rb; in RBBITableBuilder() 30 fStatus = fRB->fStatus; in RBBITableBuilder() 80 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "ftree")) { in build() 92 if (fRB->fSetBuilder->sawBOF()) { in build() 138 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "stree")) { in build() 156 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "pos")) { in build() 164 if (fRB->fChainRules) { in build() 171 if (fRB->fSetBuilder->sawBOF()) { in build() 190 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "states")) {printStates();}; in build() 408 if (fRB->fSetBuilder->sawBOF()) { in calcChainedFollowPos() [all …]
|
D | rbbisetb.cpp | 91 fRB = rb; in RBBISetBuilder() 133 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "usets")) {printSets();} in build() 156 usetNode = (RBBINode *)this->fRB->fUSetNodes->elementAt(ni); in build() 222 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "range")) { printRanges();} in build() 266 usetNode = (RBBINode *)this->fRB->fUSetNodes->elementAt(ni); in build() 281 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "rgroup")) {printRangeGroups();} in build() 282 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "esets")) {printSets();} in build() 530 usetNode = (RBBINode *)fRB->fUSetNodes->elementAt(i); in printSets()
|
D | rbbisetb.h | 105 RBBIRuleBuilder *fRB; // The RBBI Rule Compiler that owns us. variable
|
D | rbbiscan.h | 96 RBBIRuleBuilder *fRB; // The rule builder that we are part of. variable
|
D | rbbitblb.h | 83 RBBIRuleBuilder *fRB;
|