/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | number_scientific.cpp | 30 ScientificModifier::ScientificModifier() : fExponent(0), fHandler(nullptr) {} in ScientificModifier() 34 U_ASSERT(fHandler == nullptr); in set() 36 fHandler = handler; in set() 46 … fHandler->fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kExponentialSymbol), in apply() 49 if (fExponent < 0 && fHandler->fSettings.fExponentSignDisplay != UNUM_SIGN_NEVER) { in apply() 52 fHandler->fSymbols in apply() 56 } else if (fExponent >= 0 && fHandler->fSettings.fExponentSignDisplay == UNUM_SIGN_ALWAYS) { in apply() 59 fHandler->fSymbols in apply() 66 for (int j = 0; j < fHandler->fSettings.fMinExponentDigits || disp > 0; j++, disp /= 10) { in apply() 72 *fHandler->fSymbols, in apply()
|
D | number_scientific.h | 41 const ScientificHandler *fHandler; variable
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | number_scientific.cpp | 30 ScientificModifier::ScientificModifier() : fExponent(0), fHandler(nullptr) {} in ScientificModifier() 34 U_ASSERT(fHandler == nullptr); in set() 36 fHandler = handler; in set() 46 … fHandler->fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kExponentialSymbol), in apply() 49 if (fExponent < 0 && fHandler->fSettings.fExponentSignDisplay != UNUM_SIGN_NEVER) { in apply() 52 fHandler->fSymbols in apply() 56 } else if (fExponent >= 0 && fHandler->fSettings.fExponentSignDisplay == UNUM_SIGN_ALWAYS) { in apply() 59 fHandler->fSymbols in apply() 66 for (int j = 0; j < fHandler->fSettings.fMinExponentDigits || disp > 0; j++, disp /= 10) { in apply() 72 *fHandler->fSymbols, in apply()
|
D | number_scientific.h | 41 const ScientificHandler *fHandler; variable
|
/third_party/icu/icu4c/source/i18n/ |
D | number_scientific.cpp | 30 ScientificModifier::ScientificModifier() : fExponent(0), fHandler(nullptr) {} in ScientificModifier() 34 U_ASSERT(fHandler == nullptr); in set() 36 fHandler = handler; in set() 46 … fHandler->fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kExponentialSymbol), in apply() 49 if (fExponent < 0 && fHandler->fSettings.fExponentSignDisplay != UNUM_SIGN_NEVER) { in apply() 52 fHandler->fSymbols in apply() 56 } else if (fExponent >= 0 && fHandler->fSettings.fExponentSignDisplay == UNUM_SIGN_ALWAYS) { in apply() 59 fHandler->fSymbols in apply() 66 for (int j = 0; j < fHandler->fSettings.fMinExponentDigits || disp > 0; j++, disp /= 10) { in apply() 72 *fHandler->fSymbols, in apply()
|
D | number_scientific.h | 41 const ScientificHandler *fHandler; variable
|
/third_party/node/deps/icu-small/source/i18n/ |
D | number_scientific.cpp | 30 ScientificModifier::ScientificModifier() : fExponent(0), fHandler(nullptr) {} in ScientificModifier() 34 U_ASSERT(fHandler == nullptr); in set() 36 fHandler = handler; in set() 46 … fHandler->fSymbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kExponentialSymbol), in apply() 49 if (fExponent < 0 && fHandler->fSettings.fExponentSignDisplay != UNUM_SIGN_NEVER) { in apply() 52 fHandler->fSymbols in apply() 56 } else if (fExponent >= 0 && fHandler->fSettings.fExponentSignDisplay == UNUM_SIGN_ALWAYS) { in apply() 59 fHandler->fSymbols in apply() 66 for (int j = 0; j < fHandler->fSettings.fMinExponentDigits || disp > 0; j++, disp /= 10) { in apply() 72 *fHandler->fSymbols, in apply()
|
D | number_scientific.h | 41 const ScientificHandler *fHandler; variable
|
/third_party/skia/src/ports/ |
D | SkFontMgr_config_parser.cpp | 82 , fHandler(&topLevelHandler, 1) in FamilyData() 96 SkTDArray<const TagHandler*> fHandler; // The stack of current tag handlers. member 420 const TagHandler* parent = self->fHandler.top(); in start_element_handler() 426 self->fHandler.push_back(child); in start_element_handler() 444 const TagHandler* child = self->fHandler.top(); in end_element_handler() 448 self->fHandler.pop(); in end_element_handler() 449 const TagHandler* parent = self->fHandler.top(); in end_element_handler() 455 const TagHandler* parent = self->fHandler.top(); in end_element_handler()
|
D | SkFontMgr_android_parser.cpp | 103 , fHandler(&topLevelHandler, 1) in FamilyData() 117 SkTDArray<const TagHandler*> fHandler; // The stack of current tag handlers. member 581 const TagHandler* parent = self->fHandler.top(); in start_element_handler() 587 self->fHandler.push_back(child); in start_element_handler() 604 const TagHandler* child = self->fHandler.top(); in end_element_handler() 608 self->fHandler.pop(); in end_element_handler() 609 const TagHandler* parent = self->fHandler.top(); in end_element_handler() 615 const TagHandler* parent = self->fHandler.top(); in end_element_handler()
|
/third_party/flutter/skia/src/ports/ |
D | SkFontMgr_config_parser.cpp | 82 , fHandler(&topLevelHandler, 1) in FamilyData() 96 SkTDArray<const TagHandler*> fHandler; // The stack of current tag handlers. member 420 const TagHandler* parent = self->fHandler.top(); in start_element_handler() 426 self->fHandler.push_back(child); in start_element_handler() 444 const TagHandler* child = self->fHandler.top(); in end_element_handler() 448 self->fHandler.pop(); in end_element_handler() 449 const TagHandler* parent = self->fHandler.top(); in end_element_handler() 455 const TagHandler* parent = self->fHandler.top(); in end_element_handler()
|
D | SkFontMgr_android_parser.cpp | 101 , fHandler(&topLevelHandler, 1) in FamilyData() 115 SkTDArray<const TagHandler*> fHandler; // The stack of current tag handlers. member 571 const TagHandler* parent = self->fHandler.top(); in start_element_handler() 577 self->fHandler.push_back(child); in start_element_handler() 594 const TagHandler* child = self->fHandler.top(); in end_element_handler() 598 self->fHandler.pop(); in end_element_handler() 599 const TagHandler* parent = self->fHandler.top(); in end_element_handler() 605 const TagHandler* parent = self->fHandler.top(); in end_element_handler()
|