using namespace icu::number;
using namespace icu::number::impl;
+UOBJECT_DEFINE_RTTI_IMPLEMENTATION(LocalizedNumberFormatterAsFormat)
+
LocalizedNumberFormatterAsFormat::LocalizedNumberFormatterAsFormat(
const LocalizedNumberFormatter& formatter, const Locale& locale)
: fFormatter(formatter), fLocale(locale) {
*/
const LocalizedNumberFormatter& getNumberFormatter() const;
+ UClassID getDynamicClassID() const U_OVERRIDE;
+ static UClassID U_EXPORT2 getStaticClassID();
+
private:
LocalizedNumberFormatter fFormatter;
*/
NoUnit(const NoUnit& other);
+ /**
+ * Destructor.
+ * @draft ICU 60
+ */
+ virtual ~NoUnit();
+
/**
* Return a polymorphic clone of this object. The result will
* have the same class as returned by getDynamicClassID().
*/
static UClassID U_EXPORT2 getStaticClassID();
- /**
- * Destructor.
- * @draft ICU 60
- */
- virtual ~NoUnit();
-
private:
/**
* Constructor