Home
last modified time | relevance | path

Searched refs:ScientificHandler (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnumber_scientific.h16 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,
Dnumber_scientific.cpp32 void ScientificModifier::set(int32_t exponent, const ScientificHandler *handler) { in set()
118 icu::number::impl::ScientificHandler::ScientificHandler(const Notation *notation, const DecimalForm… in ScientificHandler() function in icu::number::impl::ScientificHandler
122 void ScientificHandler::processQuantity(DecimalQuantity &quantity, MicroProps &micros, in processQuantity()
151 int32_t ScientificHandler::getMultiplier(int32_t magnitude) const { in getMultiplier()
Dnumber_formatimpl.h92 LocalPointer<const ScientificHandler> fScientificHandler;
Dnumber_formatimpl.cpp335 … fScientificHandler.adoptInstead(new ScientificHandler(&macros.notation, fMicros.symbols, chain)); in macrosToMicroGenerator()
/external/icu/android_icu4j/src/main/java/android/icu/number/
DScientificNotation.java111 return new ScientificHandler(this, symbols, build, parent); in withLocaleData()
129 …private static class ScientificHandler implements MicroPropsGenerator, MultiplierProducer, Modifie… class in ScientificNotation
137 private ScientificHandler( in ScientificHandler() method in ScientificNotation.ScientificHandler
283 final ScientificHandler handler;
285 ScientificModifier(int exponent, ScientificHandler handler) { in ScientificModifier()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DScientificNotation.java113 return new ScientificHandler(this, symbols, build, parent); in withLocaleData()
131 …private static class ScientificHandler implements MicroPropsGenerator, MultiplierProducer, Modifie… class in ScientificNotation
139 private ScientificHandler( in ScientificHandler() method in ScientificNotation.ScientificHandler
285 final ScientificHandler handler;
287 ScientificModifier(int exponent, ScientificHandler handler) { in ScientificModifier()
/external/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h137 class ScientificHandler; variable
375 friend class impl::ScientificHandler;
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...