Searched refs:fRules (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/common/ |
D | rbbiscan.cpp | 144 fSymbolTable = new RBBISymbolTable(this, rb->fRules, *rb->fStatus); in RBBIRuleScanner() 285 … fRB->fRules.extractBetween(RHSExprNode->fFirstPos, RHSExprNode->fLastPos, RHSExprNode->fText); in doParseActions() 425 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions() 436 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions() 446 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions() 472 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions() 487 UnicodeString opt(fRB->fRules, fOptionStart, fScanIndex-fOptionStart); in doParseActions() 527 fRB->fRules.extractBetween(n->fFirstPos+1, n->fLastPos, n->fText); in doParseActions() 796 if (fNextIndex >= fRB->fRules.length()) { in nextCharLL() 799 ch = fRB->fRules.char32At(fNextIndex); in nextCharLL() [all …]
|
D | rbbirb.h | 58 const UnicodeString &fRules; 76 RBBISymbolTable(RBBIRuleScanner *, const UnicodeString &fRules, UErrorCode &status); 127 const UnicodeString &fRules; // The rule string that we are compiling variable
|
D | rbbirb.cpp | 48 : fRules(rules) in RBBIRuleBuilder() 149 UnicodeString strippedRules((const UnicodeString&)RBBIRuleScanner::stripRules(fRules)); in flattenData()
|
D | rbbistbl.cpp | 42 :fRules(rules), fRuleScanner(rs), ffffString(UChar(0xffff)) in RBBISymbolTable()
|