HomeSort by relevance Sort by last modified time
    Searched full:frules (Results 1 - 8 of 8) sorted by null

  /external/chromium/third_party/icu/source/common/
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
rbbiscan.cpp 144 fSymbolTable = new RBBISymbolTable(this, rb->fRules, *rb->fStatus);
285 fRB->fRules.extractBetween(RHSExprNode->fFirstPos, RHSExprNode->fLastPos, RHSExprNode->fText);
425 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText);
436 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText);
446 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText);
472 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText);
487 UnicodeString opt(fRB->fRules, fOptionStart, fScanIndex-fOptionStart);
527 fRB->fRules.extractBetween(n->fFirstPos+1, n->fLastPos, n->fText);
796 if (fNextIndex >= fRB->fRules.length()) {
799 ch = fRB->fRules.char32At(fNextIndex)
    [all...]
rbbirb.cpp 48 : fRules(rules)
149 UnicodeString strippedRules((const UnicodeString&)RBBIRuleScanner::stripRules(fRules));
rbbistbl.cpp 42 :fRules(rules), fRuleScanner(rs), ffffString(UChar(0xffff))
  /external/icu4c/common/
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
rbbiscan.cpp 144 fSymbolTable = new RBBISymbolTable(this, rb->fRules, *rb->fStatus);
285 fRB->fRules.extractBetween(RHSExprNode->fFirstPos, RHSExprNode->fLastPos, RHSExprNode->fText);
425 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText);
436 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText);
446 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText);
472 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText);
487 UnicodeString opt(fRB->fRules, fOptionStart, fScanIndex-fOptionStart);
527 fRB->fRules.extractBetween(n->fFirstPos+1, n->fLastPos, n->fText);
796 if (fNextIndex >= fRB->fRules.length()) {
799 ch = fRB->fRules.char32At(fNextIndex)
    [all...]
rbbirb.cpp 48 : fRules(rules)
149 UnicodeString strippedRules((const UnicodeString&)RBBIRuleScanner::stripRules(fRules));
rbbistbl.cpp 42 :fRules(rules), fRuleScanner(rs), ffffString(UChar(0xffff))

Completed in 773 milliseconds