Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBIRuleScanner.java231 RHSExprNode.fText = fRB.fRules.substring(RHSExprNode.fFirstPos, in doParseActions()
376 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos); in doParseActions()
387 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos); in doParseActions()
398 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos); in doParseActions()
423 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos); in doParseActions()
437 String opt = fRB.fRules.substring(fOptionStart, fScanIndex); in doParseActions()
478 n.fText = fRB.fRules.substring(n.fFirstPos + 1, n.fLastPos); in doParseActions()
725 if (fNextIndex >= fRB.fRules.length()) { in nextCharLL()
728 ch = UTF16.charAt(fRB.fRules, fNextIndex); in nextCharLL()
729 fNextIndex = UTF16.moveCodePointOffset(fRB.fRules, fNextIndex, 1); in nextCharLL()
[all …]
DRBBIRuleBuilder.java32 String fRules; // The rule string that we are compiling field in RBBIRuleBuilder
147 fRules = rules; in RBBIRuleBuilder()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBIRuleScanner.java230 RHSExprNode.fText = fRB.fRules.substring(RHSExprNode.fFirstPos, in doParseActions()
375 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos); in doParseActions()
386 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos); in doParseActions()
397 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos); in doParseActions()
422 n.fText = fRB.fRules.substring(n.fFirstPos, n.fLastPos); in doParseActions()
436 String opt = fRB.fRules.substring(fOptionStart, fScanIndex); in doParseActions()
477 n.fText = fRB.fRules.substring(n.fFirstPos + 1, n.fLastPos); in doParseActions()
724 if (fNextIndex >= fRB.fRules.length()) { in nextCharLL()
727 ch = UTF16.charAt(fRB.fRules, fNextIndex); in nextCharLL()
728 fNextIndex = UTF16.moveCodePointOffset(fRB.fRules, fNextIndex, 1); in nextCharLL()
[all …]
DRBBIRuleBuilder.java31 String fRules; // The rule string that we are compiling field in RBBIRuleBuilder
146 fRules = rules; in RBBIRuleBuilder()
/external/icu/icu4c/source/common/
Drbbiscan.cpp148 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()
[all …]
Drbbirb.h64 const UnicodeString &fRules;
82 RBBISymbolTable(RBBIRuleScanner *, const UnicodeString &fRules, UErrorCode &status);
147 const UnicodeString &fRules; // The rule string that we are compiling variable
Drbbistbl.cpp44 :fRules(rules), fRuleScanner(rs), ffffString(UChar(0xffff)) in RBBISymbolTable()
Drbbirb.cpp50 : fRules(rules), fStrippedRules(rules) in RBBIRuleBuilder()
/external/icu/icu4c/source/i18n/
Dnumber_patternmodifier.cpp42 fRules = rules; in setSymbols()
92 return new ImmutablePatternModifier(pm, fRules, parent); // adopts pm in createImmutableAndChain()
169 nonConstThis->setNumberProperties(fq.signum(), utils::getStandardPlural(fRules, copy)); in processQuantity()
Dnumber_formatimpl.cpp421 if (fRules.isNull()) { in resolvePluralRules()
422 fRules.adoptInstead(PluralRules::forLocale(locale, status)); in resolvePluralRules()
424 return fRules.getAlias(); in resolvePluralRules()
Dnumber_formatimpl.h90 LocalPointer<const PluralRules> fRules; variable
Dnumber_patternmodifier.h215 const PluralRules *fRules; variable