Home
last modified time | relevance | path

Searched refs:fHandler (Results 1 - 8 of 8) sorted by relevance

/third_party/icu/icu4c/source/i18n/
H A Dnumber_scientific.cpp30 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 in apply()
[all...]
H A Dnumber_scientific.h41 const ScientificHandler *fHandler; member in number::impl::ScientificModifier
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_scientific.cpp30 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 in apply()
[all...]
H A Dnumber_scientific.h41 const ScientificHandler *fHandler; member in number::impl::ScientificModifier
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_scientific.cpp30 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 in apply()
[all...]
H A Dnumber_scientific.h41 const ScientificHandler *fHandler; member in number::impl::ScientificModifier
/third_party/skia/src/ports/
H A DSkFontMgr_config_parser.cpp83 , fHandler(&topLevelHandler, 1) in FamilyData()
97 SkTDArray<const TagHandler*> fHandler; // The stack of current tag handlers. member
421 const TagHandler* parent = self->fHandler.top(); in start_element_handler()
427 self->fHandler.push_back(child); in start_element_handler()
445 const TagHandler* child = self->fHandler.top(); in end_element_handler()
449 self->fHandler.pop(); in end_element_handler()
450 const TagHandler* parent = self->fHandler.top(); in end_element_handler()
456 const TagHandler* parent = self->fHandler.top(); in end_element_handler()
H A DSkFontMgr_android_parser.cpp103 , 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()

Completed in 5 milliseconds