/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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()
|
/third_party/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() 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 …]
|
D | RBBIRuleBuilder.java | 32 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/ |
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
|
/third_party/node/deps/icu-small/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() 855 if (fNextIndex >= fRB->fRules.length()) { in nextCharLL() 858 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
|
/third_party/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() 855 if (fNextIndex >= fRB->fRules.length()) { in nextCharLL() 858 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
|
/third_party/skia/third_party/externals/icu/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() 855 if (fNextIndex >= fRB->fRules.length()) { in nextCharLL() 858 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
|
/third_party/flutter/skia/third_party/externals/icu/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
|
/third_party/icu/icu4c/source/i18n/ |
D | number_patternmodifier.cpp | 45 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()
|
D | number_formatimpl.cpp | 482 if (fRules.isNull()) { in resolvePluralRules() 483 fRules.adoptInstead(PluralRules::forLocale(locale, status)); in resolvePluralRules() 485 return fRules.getAlias(); in resolvePluralRules()
|
D | number_formatimpl.h | 99 LocalPointer<const PluralRules> fRules; variable
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | number_patternmodifier.cpp | 45 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()
|
D | number_formatimpl.cpp | 482 if (fRules.isNull()) { in resolvePluralRules() 483 fRules.adoptInstead(PluralRules::forLocale(locale, status)); in resolvePluralRules() 485 return fRules.getAlias(); in resolvePluralRules()
|
D | number_formatimpl.h | 99 LocalPointer<const PluralRules> fRules; variable
|
D | number_patternmodifier.h | 212 const PluralRules *fRules; variable
|
/third_party/node/deps/icu-small/source/i18n/ |
D | number_patternmodifier.cpp | 49 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()
|
D | number_formatimpl.cpp | 488 if (fRules.isNull()) { in resolvePluralRules() 489 fRules.adoptInstead(PluralRules::forLocale(locale, status)); in resolvePluralRules() 491 return fRules.getAlias(); in resolvePluralRules()
|
D | number_formatimpl.h | 105 LocalPointer<const PluralRules> fRules; variable
|