Home
last modified time | relevance | path

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

12

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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()
/third_party/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()
722 if (fNextIndex >= fRB.fRules.length()) { in nextCharLL()
725 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
150 fRules = rules; in RBBIRuleBuilder()
/third_party/flutter/skia/third_party/externals/icu/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
/third_party/node/deps/icu-small/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()
855 if (fNextIndex >= fRB->fRules.length()) { in nextCharLL()
858 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
/third_party/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()
855 if (fNextIndex >= fRB->fRules.length()) { in nextCharLL()
858 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
/third_party/skia/third_party/externals/icu/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()
855 if (fNextIndex >= fRB->fRules.length()) { in nextCharLL()
858 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
/third_party/flutter/skia/third_party/externals/icu/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
/third_party/icu/icu4c/source/i18n/
Dnumber_patternmodifier.cpp45 fRules = rules; in setSymbols()
91 return new ImmutablePatternModifier(pm, fRules); // adopts pm in createImmutable()
176 StandardPlural::Form pluralForm = utils::getPluralSafe(micros.rounder, fRules, fq, status); in processQuantity()
Dnumber_formatimpl.cpp482 if (fRules.isNull()) { in resolvePluralRules()
483 fRules.adoptInstead(PluralRules::forLocale(locale, status)); in resolvePluralRules()
485 return fRules.getAlias(); in resolvePluralRules()
Dnumber_formatimpl.h99 LocalPointer<const PluralRules> fRules; variable
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_patternmodifier.cpp45 fRules = rules; in setSymbols()
91 return new ImmutablePatternModifier(pm, fRules); // adopts pm in createImmutable()
176 StandardPlural::Form pluralForm = utils::getPluralSafe(micros.rounder, fRules, fq, status); in processQuantity()
Dnumber_formatimpl.cpp482 if (fRules.isNull()) { in resolvePluralRules()
483 fRules.adoptInstead(PluralRules::forLocale(locale, status)); in resolvePluralRules()
485 return fRules.getAlias(); in resolvePluralRules()
Dnumber_formatimpl.h99 LocalPointer<const PluralRules> fRules; variable
Dnumber_patternmodifier.h212 const PluralRules *fRules; variable
/third_party/node/deps/icu-small/source/i18n/
Dnumber_patternmodifier.cpp49 fRules = rules; in setSymbols()
95 return new ImmutablePatternModifier(pm, fRules); // adopts pm in createImmutable()
180 StandardPlural::Form pluralForm = utils::getPluralSafe(micros.rounder, fRules, fq, status); in processQuantity()
Dnumber_formatimpl.cpp488 if (fRules.isNull()) { in resolvePluralRules()
489 fRules.adoptInstead(PluralRules::forLocale(locale, status)); in resolvePluralRules()
491 return fRules.getAlias(); in resolvePluralRules()
Dnumber_formatimpl.h105 LocalPointer<const PluralRules> fRules; variable

12