/external/icu/libicu/cts_headers/ |
D | number_scientific.h | 16 class ScientificHandler; variable 22 void set(int32_t exponent, const ScientificHandler *handler); 41 const ScientificHandler *fHandler; 44 class ScientificHandler : public UMemory, public MicroPropsGenerator, public MultiplierProducer { 46 ScientificHandler(const Notation *notation, const DecimalFormatSymbols *symbols,
|
D | number_formatimpl.h | 101 LocalPointer<const ScientificHandler> fScientificHandler;
|
/external/icu/icu4c/source/i18n/ |
D | number_scientific.h | 16 class ScientificHandler; variable 22 void set(int32_t exponent, const ScientificHandler *handler); 41 const ScientificHandler *fHandler; 44 class ScientificHandler : public UMemory, public MicroPropsGenerator, public MultiplierProducer { 46 ScientificHandler(const Notation *notation, const DecimalFormatSymbols *symbols,
|
D | number_scientific.cpp | 32 void ScientificModifier::set(int32_t exponent, const ScientificHandler *handler) { in set() 117 icu::number::impl::ScientificHandler::ScientificHandler(const Notation *notation, const DecimalForm… in ScientificHandler() function in icu::number::impl::ScientificHandler 121 void ScientificHandler::processQuantity(DecimalQuantity &quantity, MicroProps µs, in processQuantity() 161 int32_t ScientificHandler::getMultiplier(int32_t magnitude) const { in getMultiplier()
|
D | number_formatimpl.h | 101 LocalPointer<const ScientificHandler> fScientificHandler;
|
D | number_formatimpl.cpp | 332 auto newScientificHandler = new ScientificHandler(¯os.notation, fMicros.symbols, chain); in macrosToMicroGenerator()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
D | ScientificNotation.java | 109 return new ScientificHandler(this, symbols, build, parent); in withLocaleData() 127 …private static class ScientificHandler implements MicroPropsGenerator, MultiplierProducer, Modifie… class in ScientificNotation 135 private ScientificHandler( in ScientificHandler() method in ScientificNotation.ScientificHandler 292 final ScientificHandler handler; 294 ScientificModifier(int exponent, ScientificHandler handler) { in ScientificModifier()
|
/external/icu/android_icu4j/src/main/java/android/icu/number/ |
D | ScientificNotation.java | 107 return new ScientificHandler(this, symbols, build, parent); in withLocaleData() 125 …private static class ScientificHandler implements MicroPropsGenerator, MultiplierProducer, Modifie… class in ScientificNotation 133 private ScientificHandler( in ScientificHandler() method in ScientificNotation.ScientificHandler 290 final ScientificHandler handler; 292 ScientificModifier(int exponent, ScientificHandler handler) { in ScientificModifier()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | numberformatter.h | 153 class ScientificHandler; variable 394 friend class impl::ScientificHandler;
|
/external/icu/libicu/cts_headers/unicode/ |
D | numberformatter.h | 153 class ScientificHandler; variable 394 friend class impl::ScientificHandler;
|