/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RBBIRuleScanner.java | 231 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 …]
|
D | RBBIRuleBuilder.java | 32 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/ |
D | RBBIRuleScanner.java | 230 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 …]
|
D | RBBIRuleBuilder.java | 31 String fRules; // The rule string that we are compiling field in RBBIRuleBuilder 146 fRules = rules; in RBBIRuleBuilder()
|
/external/icu/icu4c/source/common/ |
D | rbbiscan.cpp | 148 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 …]
|
D | rbbirb.h | 64 const UnicodeString &fRules; 82 RBBISymbolTable(RBBIRuleScanner *, const UnicodeString &fRules, UErrorCode &status); 147 const UnicodeString &fRules; // The rule string that we are compiling variable
|
D | rbbistbl.cpp | 44 :fRules(rules), fRuleScanner(rs), ffffString(UChar(0xffff)) in RBBISymbolTable()
|
D | rbbirb.cpp | 50 : fRules(rules), fStrippedRules(rules) in RBBIRuleBuilder()
|
/external/icu/icu4c/source/i18n/ |
D | number_patternmodifier.cpp | 42 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()
|
D | number_formatimpl.cpp | 421 if (fRules.isNull()) { in resolvePluralRules() 422 fRules.adoptInstead(PluralRules::forLocale(locale, status)); in resolvePluralRules() 424 return fRules.getAlias(); in resolvePluralRules()
|
D | number_formatimpl.h | 90 LocalPointer<const PluralRules> fRules; variable
|
D | number_patternmodifier.h | 215 const PluralRules *fRules; variable
|