Home | History | Annotate | Download | only in common

Lines Matching refs:fRules

142     fSymbolTable = new RBBISymbolTable(this, rb->fRules, *rb->fStatus);
289 fRB->fRules.extractBetween(RHSExprNode->fFirstPos, RHSExprNode->fLastPos, RHSExprNode->fText);
447 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText);
461 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText);
474 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText);
503 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText);
518 UnicodeString opt(fRB->fRules, fOptionStart, fScanIndex-fOptionStart);
558 fRB->fRules.extractBetween(n->fFirstPos+1, n->fLastPos, n->fText);
827 if (fNextIndex >= fRB->fRules.length()) {
830 ch = fRB->fRules.char32At(fNextIndex);
831 fNextIndex = fRB->fRules.moveIndex32(fNextIndex, 1);
879 if (fRB->fRules.char32At(fNextIndex) == chApos) {
932 c.fChar = fRB->fRules.unescapeAt(fNextIndex);
1191 uset->applyPatternIgnoreSpace(fRB->fRules, pos, fSymbolTable, localStatus);
1238 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText);