HomeSort by relevance Sort by last modified time
    Searched defs:ScientificHandler (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/i18n/
number_scientific.h 16 class ScientificHandler;
22 void set(int32_t exponent, const ScientificHandler *handler);
35 const ScientificHandler *fHandler;
38 class ScientificHandler : public UMemory, public MicroPropsGenerator, public MultiplierProducer {
40 ScientificHandler(const Notation *notation, const DecimalFormatSymbols *symbols,
number_scientific.cpp 18 // NOTE: The object lifecycle of ScientificModifier and ScientificHandler differ greatly in Java and C++.
23 // ScientificHandler as a ScientificModifier, and the safe code path pre-computes 25 ScientificModifier
26 // In C++, MicroProps provides a pre-allocated ScientificModifier, and ScientificHandler simply populates
31 void ScientificModifier::set(int32_t exponent, const ScientificHandler *handler) {
92 icu::number::impl::ScientificHandler::ScientificHandler(const Notation *notation, const DecimalFormatSymbols *symbols,
96 void ScientificHandler::processQuantity(DecimalQuantity &quantity, MicroProps &micros,
122 int32_t ScientificHandler::getMultiplier(int32_t magnitude) const {
  /external/icu/android_icu4j/src/main/java/android/icu/number/
ScientificNotation.java 105 return new ScientificHandler(this, symbols, build, parent);
108 // NOTE: The object lifecycle of ScientificModifier and ScientificHandler differ greatly in Java and C++.
113 // ScientificHandler as a ScientificModifier, and the safe code path pre-computes 25 ScientificModifier
116 // In C++, MicroProps provides a pre-allocated ScientificModifier, and ScientificHandler simply populates
119 private static class ScientificHandler implements MicroPropsGenerator, MultiplierProducer, Modifier {
127 private ScientificHandler(ScientificNotation notation, DecimalFormatSymbols symbols, boolean safe,
246 final ScientificHandler handler;
248 ScientificModifier(int exponent, ScientificHandler handler) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
ScientificNotation.java 106 return new ScientificHandler(this, symbols, build, parent);
109 // NOTE: The object lifecycle of ScientificModifier and ScientificHandler differ greatly in Java and C++.
114 // ScientificHandler as a ScientificModifier, and the safe code path pre-computes 25 ScientificModifier
117 // In C++, MicroProps provides a pre-allocated ScientificModifier, and ScientificHandler simply populates
120 private static class ScientificHandler implements MicroPropsGenerator, MultiplierProducer, Modifier {
128 private ScientificHandler(ScientificNotation notation, DecimalFormatSymbols symbols, boolean safe,
247 final ScientificHandler handler;
249 ScientificModifier(int exponent, ScientificHandler handler) {

Completed in 181 milliseconds