#include "unicode/utypes.h"
#if !UCONFIG_NO_FORMATTING
#ifndef __SOURCE_NUMBER_UTYPES_H__
#define __SOURCE_NUMBER_UTYPES_H__
#include "unicode/numberformatter.h"
#include "number_types.h"
#include "number_decimalquantity.h"
#include "formatted_string_builder.h"
#include "formattedval_impl.h"
U_NAMESPACE_BEGIN namespace number {
namespace impl {
const DecimalQuantity* validateUFormattedNumberToDecimalQuantity(
const UFormattedNumber* uresult, UErrorCode& status);
class U_I18N_API UFormattedNumberData : public FormattedValueStringBuilderImpl { … };
}
}
U_NAMESPACE_END
#endif
#endif