Lines Matching refs:fRules
148 fSymbolTable = new RBBISymbolTable(this, rb->fRules, *rb->fStatus); in RBBIRuleScanner()
301 … fRB->fRules.extractBetween(RHSExprNode->fFirstPos, RHSExprNode->fLastPos, RHSExprNode->fText); in doParseActions()
476 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
490 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
503 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
532 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
547 UnicodeString opt(fRB->fRules, fOptionStart, fScanIndex-fOptionStart); in doParseActions()
591 fRB->fRules.extractBetween(n->fFirstPos+1, n->fLastPos, n->fText); in doParseActions()
857 if (fNextIndex >= fRB->fRules.length()) { in nextCharLL()
860 ch = fRB->fRules.char32At(fNextIndex); in nextCharLL()
861 fNextIndex = fRB->fRules.moveIndex32(fNextIndex, 1); in nextCharLL()
909 if (fRB->fRules.char32At(fNextIndex) == chApos) { in nextChar()
966 c.fChar = fRB->fRules.unescapeAt(fNextIndex); in nextChar()
1218 uset->applyPatternIgnoreSpace(fRB->fRules, pos, fSymbolTable, localStatus); in scanSet()
1265 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in scanSet()