/third_party/node/deps/icu-small/source/i18n/ |
D | dcfmtsym.cpp | 159 fSymbols[(ENumberFormatSymbol)i].fastCopyFrom(rhs.fSymbols[(ENumberFormatSymbol)i]); in operator =() 191 if(fSymbols[(ENumberFormatSymbol)i] != that.fSymbols[(ENumberFormatSymbol)i]) { in operator ==() 266 void resolveMissingMonetarySeparators(const UnicodeString* fSymbols) { in resolveMissingMonetarySeparators() 270 fSymbols[DecimalFormatSymbols::kDecimalSeparatorSymbol]); in resolveMissingMonetarySeparators() 275 fSymbols[DecimalFormatSymbols::kGroupingSeparatorSymbol]); in resolveMissingMonetarySeparators() 375 fSymbols[kZeroDigitSymbol].setTo(digit); in initialize() 379 fSymbols[i].setTo(digit); in initialize() 438 sink.resolveMissingMonetarySeparators(fSymbols); in initialize() 484 fSymbols[kDecimalSeparatorSymbol] = (UChar)0x2e; // '.' decimal separator in initialize() 485 fSymbols[kGroupingSeparatorSymbol].remove(); // group (thousands) separator in initialize() [all …]
|
D | smpdtfmt.cpp | 330 delete fSymbols; in ~SimpleDateFormat() 348 fSymbols(NULL), in SimpleDateFormat() 364 fSymbols(NULL), in SimpleDateFormat() 373 fSymbols = DateFormatSymbols::createForLocale(fLocale, status); in SimpleDateFormat() 385 fSymbols(NULL), in SimpleDateFormat() 394 fSymbols = DateFormatSymbols::createForLocale(fLocale, status); in SimpleDateFormat() 419 fSymbols = DateFormatSymbols::createForLocale(fLocale, status); in SimpleDateFormat() 442 fSymbols = DateFormatSymbols::createForLocale(fLocale, status); in SimpleDateFormat() 457 fSymbols(symbolsToAdopt), in SimpleDateFormat() 479 fSymbols(new DateFormatSymbols(symbols)), in SimpleDateFormat() [all …]
|
D | number_scientific.cpp | 46 … fHandler->fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kExponentialSymbol), in apply() 52 fHandler->fSymbols in apply() 59 fHandler->fSymbols in apply() 72 *fHandler->fSymbols, in apply() 119 fSettings(notation->fUnion.scientific), fSymbols(symbols), fParent(parent) {} in ScientificHandler()
|
D | number_patternmodifier.cpp | 46 fSymbols = symbols; in setSymbols() 121 a, b, !fPatternInfo->hasBody(), fStrong, *fSymbols, status); in createConstantModifier() 213 *fSymbols, in apply() 294 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kMinusSignSymbol); in getSymbol() 296 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPlusSignSymbol); in getSymbol() 298 … return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kApproximatelySignSymbol); in getSymbol() 300 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPercentSymbol); in getSymbol() 302 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPerMillSymbol); in getSymbol()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | dcfmtsym.cpp | 158 fSymbols[(ENumberFormatSymbol)i].fastCopyFrom(rhs.fSymbols[(ENumberFormatSymbol)i]); in operator =() 190 if(fSymbols[(ENumberFormatSymbol)i] != that.fSymbols[(ENumberFormatSymbol)i]) { in operator ==() 265 void resolveMissingMonetarySeparators(const UnicodeString* fSymbols) { in resolveMissingMonetarySeparators() 269 fSymbols[DecimalFormatSymbols::kDecimalSeparatorSymbol]); in resolveMissingMonetarySeparators() 274 fSymbols[DecimalFormatSymbols::kGroupingSeparatorSymbol]); in resolveMissingMonetarySeparators() 374 fSymbols[kZeroDigitSymbol].setTo(digit); in initialize() 378 fSymbols[i].setTo(digit); in initialize() 437 sink.resolveMissingMonetarySeparators(fSymbols); in initialize() 483 fSymbols[kDecimalSeparatorSymbol] = (UChar)0x2e; // '.' decimal separator in initialize() 484 fSymbols[kGroupingSeparatorSymbol].remove(); // group (thousands) separator in initialize() [all …]
|
D | smpdtfmt.cpp | 329 delete fSymbols; in ~SimpleDateFormat() 347 fSymbols(NULL), in SimpleDateFormat() 363 fSymbols(NULL), in SimpleDateFormat() 372 fSymbols = DateFormatSymbols::createForLocale(fLocale, status); in SimpleDateFormat() 384 fSymbols(NULL), in SimpleDateFormat() 393 fSymbols = DateFormatSymbols::createForLocale(fLocale, status); in SimpleDateFormat() 418 fSymbols = DateFormatSymbols::createForLocale(fLocale, status); in SimpleDateFormat() 441 fSymbols = DateFormatSymbols::createForLocale(fLocale, status); in SimpleDateFormat() 456 fSymbols(symbolsToAdopt), in SimpleDateFormat() 478 fSymbols(new DateFormatSymbols(symbols)), in SimpleDateFormat() [all …]
|
D | number_scientific.cpp | 46 … fHandler->fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kExponentialSymbol), in apply() 52 fHandler->fSymbols in apply() 59 fHandler->fSymbols in apply() 72 *fHandler->fSymbols, in apply() 119 fSettings(notation->fUnion.scientific), fSymbols(symbols), fParent(parent) {} in ScientificHandler()
|
D | number_patternmodifier.cpp | 42 fSymbols = symbols; in setSymbols() 117 a, b, !fPatternInfo->hasBody(), fStrong, *fSymbols, status); in createConstantModifier() 209 *fSymbols, in apply() 289 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kMinusSignSymbol); in getSymbol() 291 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPlusSignSymbol); in getSymbol() 293 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPercentSymbol); in getSymbol() 295 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPerMillSymbol); in getSymbol()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | dcfmtsym.cpp | 158 fSymbols[(ENumberFormatSymbol)i].fastCopyFrom(rhs.fSymbols[(ENumberFormatSymbol)i]); in operator =() 189 if(fSymbols[(ENumberFormatSymbol)i] != that.fSymbols[(ENumberFormatSymbol)i]) { in operator ==() 264 void resolveMissingMonetarySeparators(const UnicodeString* fSymbols) { in resolveMissingMonetarySeparators() 268 fSymbols[DecimalFormatSymbols::kDecimalSeparatorSymbol]); in resolveMissingMonetarySeparators() 273 fSymbols[DecimalFormatSymbols::kGroupingSeparatorSymbol]); in resolveMissingMonetarySeparators() 373 fSymbols[kZeroDigitSymbol].setTo(digit); in initialize() 377 fSymbols[i].setTo(digit); in initialize() 436 sink.resolveMissingMonetarySeparators(fSymbols); in initialize() 466 fSymbols[kIntlCurrencySymbol].setTo(curriso, currisoLength); in initialize() 467 fSymbols[kCurrencySymbol] = tempStr; in initialize() [all …]
|
D | smpdtfmt.cpp | 321 delete fSymbols; in ~SimpleDateFormat() 339 fSymbols(NULL), in SimpleDateFormat() 355 fSymbols(NULL), in SimpleDateFormat() 364 fSymbols = DateFormatSymbols::createForLocale(fLocale, status); in SimpleDateFormat() 376 fSymbols(NULL), in SimpleDateFormat() 385 fSymbols = DateFormatSymbols::createForLocale(fLocale, status); in SimpleDateFormat() 410 fSymbols = DateFormatSymbols::createForLocale(fLocale, status); in SimpleDateFormat() 433 fSymbols = DateFormatSymbols::createForLocale(fLocale, status); in SimpleDateFormat() 448 fSymbols(symbolsToAdopt), in SimpleDateFormat() 470 fSymbols(new DateFormatSymbols(symbols)), in SimpleDateFormat() [all …]
|
D | number_scientific.cpp | 46 … fHandler->fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kExponentialSymbol), in apply() 52 fHandler->fSymbols in apply() 59 fHandler->fSymbols in apply() 72 *fHandler->fSymbols, in apply() 120 fSettings(notation->fUnion.scientific), fSymbols(symbols), fParent(parent) {} in ScientificHandler()
|
D | number_patternmodifier.cpp | 39 fSymbols = symbols; in setSymbols() 116 a, b, !fPatternInfo->hasBody(), fStrong, *fSymbols, status); in createConstantModifier() 201 *fSymbols, in apply() 278 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kMinusSignSymbol); in getSymbol() 280 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPlusSignSymbol); in getSymbol() 282 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPercentSymbol); in getSymbol() 284 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPerMillSymbol); in getSymbol()
|
/third_party/icu/icu4c/source/i18n/ |
D | dcfmtsym.cpp | 158 fSymbols[(ENumberFormatSymbol)i].fastCopyFrom(rhs.fSymbols[(ENumberFormatSymbol)i]); in operator =() 190 if(fSymbols[(ENumberFormatSymbol)i] != that.fSymbols[(ENumberFormatSymbol)i]) { in operator ==() 265 void resolveMissingMonetarySeparators(const UnicodeString* fSymbols) { in resolveMissingMonetarySeparators() 269 fSymbols[DecimalFormatSymbols::kDecimalSeparatorSymbol]); in resolveMissingMonetarySeparators() 274 fSymbols[DecimalFormatSymbols::kGroupingSeparatorSymbol]); in resolveMissingMonetarySeparators() 374 fSymbols[kZeroDigitSymbol].setTo(digit); in initialize() 378 fSymbols[i].setTo(digit); in initialize() 437 sink.resolveMissingMonetarySeparators(fSymbols); in initialize() 483 fSymbols[kDecimalSeparatorSymbol] = (UChar)0x2e; // '.' decimal separator in initialize() 484 fSymbols[kGroupingSeparatorSymbol].remove(); // group (thousands) separator in initialize() [all …]
|
D | smpdtfmt.cpp | 329 delete fSymbols; in ~SimpleDateFormat() 347 fSymbols(NULL), in SimpleDateFormat() 363 fSymbols(NULL), in SimpleDateFormat() 372 fSymbols = DateFormatSymbols::createForLocale(fLocale, status); in SimpleDateFormat() 384 fSymbols(NULL), in SimpleDateFormat() 393 fSymbols = DateFormatSymbols::createForLocale(fLocale, status); in SimpleDateFormat() 418 fSymbols = DateFormatSymbols::createForLocale(fLocale, status); in SimpleDateFormat() 441 fSymbols = DateFormatSymbols::createForLocale(fLocale, status); in SimpleDateFormat() 456 fSymbols(symbolsToAdopt), in SimpleDateFormat() 478 fSymbols(new DateFormatSymbols(symbols)), in SimpleDateFormat() [all …]
|
D | number_scientific.cpp | 46 … fHandler->fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kExponentialSymbol), in apply() 52 fHandler->fSymbols in apply() 59 fHandler->fSymbols in apply() 72 *fHandler->fSymbols, in apply() 119 fSettings(notation->fUnion.scientific), fSymbols(symbols), fParent(parent) {} in ScientificHandler()
|
D | number_patternmodifier.cpp | 42 fSymbols = symbols; in setSymbols() 117 a, b, !fPatternInfo->hasBody(), fStrong, *fSymbols, status); in createConstantModifier() 209 *fSymbols, in apply() 289 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kMinusSignSymbol); in getSymbol() 291 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPlusSignSymbol); in getSymbol() 293 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPercentSymbol); in getSymbol() 295 return fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPerMillSymbol); in getSymbol()
|
/third_party/flutter/skia/src/sksl/ir/ |
D | SkSLSymbolTable.cpp | 25 const auto& entry = fSymbols.find(name); in operator []() 26 if (entry == fSymbols.end()) { in operator []() 81 const auto& existing = fSymbols.find(name); in addWithoutOwnership() 82 if (existing == fSymbols.end()) { in addWithoutOwnership() 83 fSymbols[name] = symbol; in addWithoutOwnership() 92 fSymbols[name] = this->takeOwnership(std::move(u)); in addWithoutOwnership() 101 fSymbols[name] = this->takeOwnership(std::move(u)); in addWithoutOwnership() 110 for (const auto& pair : fSymbols) { in markAllFunctionsBuiltin() 131 return fSymbols.begin(); in begin() 135 return fSymbols.end(); in end()
|
D | SkSLEnum.h | 27 , fSymbols(std::move(symbols)) {} in Enum() 30 return std::unique_ptr<ProgramElement>(new Enum(fOffset, fTypeName, fSymbols)); in clone() 37 for (const auto& pair : *fSymbols) { in description() 53 const std::shared_ptr<SymbolTable> fSymbols; member
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | dcfmtsym.h | 470 UnicodeString fSymbols[kFormatSymbolCount]; 511 strPtr = &fSymbols[symbol]; in getSymbol() 523 strPtr = &fSymbols[symbol]; in getConstSymbol() 536 return fSymbols[kZeroDigitSymbol]; in getConstDigitSymbol() 539 return fSymbols[key]; in getConstDigitSymbol() 554 fSymbols[symbol]=value; 566 fSymbols[(int)kOneDigitSymbol+i-1] = UnicodeString(sym);
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | dcfmtsym.h | 460 UnicodeString fSymbols[kFormatSymbolCount]; 502 strPtr = &fSymbols[symbol]; in getSymbol() 514 strPtr = &fSymbols[symbol]; in getConstSymbol() 527 return fSymbols[kZeroDigitSymbol]; in getConstDigitSymbol() 530 return fSymbols[key]; in getConstDigitSymbol() 545 fSymbols[symbol]=value; 557 fSymbols[(int)kOneDigitSymbol+i-1] = UnicodeString(sym);
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | dcfmtsym.h | 476 UnicodeString fSymbols[kFormatSymbolCount]; 517 strPtr = &fSymbols[symbol]; in getSymbol() 529 strPtr = &fSymbols[symbol]; in getConstSymbol() 542 return fSymbols[kZeroDigitSymbol]; in getConstDigitSymbol() 545 return fSymbols[key]; in getConstDigitSymbol() 560 fSymbols[symbol]=value; 572 fSymbols[(int)kOneDigitSymbol+i-1] = UnicodeString(sym);
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | dcfmtsym.h | 470 UnicodeString fSymbols[kFormatSymbolCount]; 511 strPtr = &fSymbols[symbol]; in getSymbol() 523 strPtr = &fSymbols[symbol]; in getConstSymbol() 536 return fSymbols[kZeroDigitSymbol]; in getConstDigitSymbol() 539 return fSymbols[key]; in getConstDigitSymbol() 554 fSymbols[symbol]=value; 566 fSymbols[(int)kOneDigitSymbol+i-1] = UnicodeString(sym);
|
/third_party/skia/src/sksl/ |
D | SkSLRehydrator.h | 191 while ((size_t) id >= fSymbols.size()) { in addSymbol() 192 fSymbols.push_back(nullptr); in addSymbol() 194 fSymbols[id] = symbol; in addSymbol() 200 SkASSERT(fSymbols.size() > result); in symbolRef() 201 return (T*) fSymbols[result]; in symbolRef() 226 std::vector<const Symbol*> fSymbols; variable
|
D | SkSLCompiler.cpp | 139 fRootModule.fSymbols = this->makeRootSymbolTable(); in Compiler() 140 fPrivateModule.fSymbols = this->makePrivateSymbolTable(fRootModule.fSymbols); in Compiler() 228 if (!fGPUModule.fSymbols) { in loadGPUModule() 235 if (!fFragmentModule.fSymbols) { in loadFragmentModule() 243 if (!fVertexModule.fSymbols) { in loadVertexModule() 276 if (!fPublicModule.fSymbols) { in loadPublicModule() 278 add_glsl_type_aliases(fPublicModule.fSymbols.get(), fContext->fTypes); in loadPublicModule() 284 if (!fRuntimeShaderModule.fSymbols) { in loadRuntimeShaderModule() 314 base = fPrivateModule.fSymbols; in loadModule() 356 LoadedModule module = this->loadModule(kind, data, base.fSymbols, /*dehydrate=*/false); in parseModule() [all …]
|
/third_party/skia/src/sksl/dsl/ |
D | DSLBlock.cpp | 19 , fSymbols(std::move(symbols)) {} in DSLBlock() 22 : fSymbols(std::move(symbols)) { in DSLBlock() 40 std::move(fSymbols)); in release()
|