Home
last modified time | relevance | path

Searched refs:fRules (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/common/
Drbbiscan.cpp144 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 …]
Drbbirb.h58 const UnicodeString &fRules;
76 RBBISymbolTable(RBBIRuleScanner *, const UnicodeString &fRules, UErrorCode &status);
127 const UnicodeString &fRules; // The rule string that we are compiling variable
Drbbirb.cpp48 : fRules(rules) in RBBIRuleBuilder()
149 UnicodeString strippedRules((const UnicodeString&)RBBIRuleScanner::stripRules(fRules)); in flattenData()
Drbbistbl.cpp42 :fRules(rules), fRuleScanner(rs), ffffString(UChar(0xffff)) in RBBISymbolTable()