#include "unicode/utypes.h"
#if !UCONFIG_NO_FORMATTING
#include "uassert.h"
#include "unicode/numberformatter.h"
#include "number_decimalquantity.h"
#include "number_formatimpl.h"
#include "umutex.h"
#include "number_asformat.h"
#include "number_utils.h"
#include "number_utypes.h"
#include "number_mapper.h"
#include "util.h"
#include "fphdlimp.h"
usingnamespaceicu;
usingnamespaceicu::number;
usingnamespaceicu::number::impl;
#if (U_PF_WINDOWS <= U_PLATFORM && U_PLATFORM <= U_PF_CYGWIN) && defined(_MSC_VER)
#pragma warning(push)
#pragma warning(disable: 4661)
#endif
template<typename Derived>
Derived NumberFormatterSettings<Derived>::notation(const Notation& notation) const& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::notation(const Notation& notation)&& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::unit(const icu::MeasureUnit& unit) const& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::unit(const icu::MeasureUnit& unit)&& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::adoptUnit(icu::MeasureUnit* unit) const& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::adoptUnit(icu::MeasureUnit* unit)&& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::perUnit(const icu::MeasureUnit& perUnit) const& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::perUnit(const icu::MeasureUnit& perUnit)&& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::adoptPerUnit(icu::MeasureUnit* perUnit) const& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::adoptPerUnit(icu::MeasureUnit* perUnit)&& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::precision(const Precision& precision) const& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::precision(const Precision& precision)&& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::roundingMode(UNumberFormatRoundingMode roundingMode) const& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::roundingMode(UNumberFormatRoundingMode roundingMode)&& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::grouping(UNumberGroupingStrategy strategy) const& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::grouping(UNumberGroupingStrategy strategy)&& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::integerWidth(const IntegerWidth& style) const& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::integerWidth(const IntegerWidth& style)&& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::symbols(const DecimalFormatSymbols& symbols) const& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::symbols(const DecimalFormatSymbols& symbols)&& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::adoptSymbols(NumberingSystem* ns) const& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::adoptSymbols(NumberingSystem* ns)&& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::unitWidth(UNumberUnitWidth width) const& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::unitWidth(UNumberUnitWidth width)&& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::sign(UNumberSignDisplay style) const& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::sign(UNumberSignDisplay style)&& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::decimal(UNumberDecimalSeparatorDisplay style) const& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::decimal(UNumberDecimalSeparatorDisplay style)&& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::scale(const Scale& scale) const& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::scale(const Scale& scale)&& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::usage(const StringPiece usage) const& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::usage(const StringPiece usage)&& { … }
template <typename Derived>
Derived NumberFormatterSettings<Derived>::displayOptions(const DisplayOptions &displayOptions) const & { … }
template <typename Derived>
Derived NumberFormatterSettings<Derived>::displayOptions(const DisplayOptions &displayOptions) && { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::unitDisplayCase(const StringPiece unitDisplayCase) const& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::unitDisplayCase(const StringPiece unitDisplayCase)&& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::padding(const Padder& padder) const& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::padding(const Padder& padder)&& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::threshold(int32_t threshold) const& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::threshold(int32_t threshold)&& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::macros(const impl::MacroProps& macros) const& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::macros(const impl::MacroProps& macros)&& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::macros(impl::MacroProps&& macros) const& { … }
template<typename Derived>
Derived NumberFormatterSettings<Derived>::macros(impl::MacroProps&& macros)&& { … }
template<typename Derived>
LocalPointer<Derived> NumberFormatterSettings<Derived>::clone() const & { … }
template<typename Derived>
LocalPointer<Derived> NumberFormatterSettings<Derived>::clone() && { … }
template
class icu::number::NumberFormatterSettings<icu::number::UnlocalizedNumberFormatter>;
template
class icu::number::NumberFormatterSettings<icu::number::LocalizedNumberFormatter>;
UnlocalizedNumberFormatter NumberFormatter::with() { … }
LocalizedNumberFormatter NumberFormatter::withLocale(const Locale& locale) { … }
NFS;
LNF;
UNF;
UnlocalizedNumberFormatter::UnlocalizedNumberFormatter(const UNF& other)
: … { … }
UnlocalizedNumberFormatter::UnlocalizedNumberFormatter(const NFS<UNF>& other)
: … { … }
UnlocalizedNumberFormatter::UnlocalizedNumberFormatter(UNF&& src) noexcept
: … { … }
UnlocalizedNumberFormatter::UnlocalizedNumberFormatter(NFS<UNF>&& src) noexcept
: … { … }
UnlocalizedNumberFormatter& UnlocalizedNumberFormatter::operator=(const UNF& other) { … }
UnlocalizedNumberFormatter& UnlocalizedNumberFormatter::operator=(UNF&& src) noexcept { … }
LocalizedNumberFormatter::LocalizedNumberFormatter(const LNF& other)
: … { … }
LocalizedNumberFormatter::LocalizedNumberFormatter(const NFS<LNF>& other)
: … { … }
LocalizedNumberFormatter::LocalizedNumberFormatter(LocalizedNumberFormatter&& src) noexcept
: … { … }
LocalizedNumberFormatter::LocalizedNumberFormatter(NFS<LNF>&& src) noexcept
: … { … }
LocalizedNumberFormatter& LocalizedNumberFormatter::operator=(const LNF& other) { … }
LocalizedNumberFormatter& LocalizedNumberFormatter::operator=(LNF&& src) noexcept { … }
void LocalizedNumberFormatter::resetCompiled() { … }
void LocalizedNumberFormatter::lnfMoveHelper(LNF&& src) { … }
void LocalizedNumberFormatter::lnfCopyHelper(const LNF&, UErrorCode& status) { … }
LocalizedNumberFormatter::~LocalizedNumberFormatter() { … }
LocalizedNumberFormatter::LocalizedNumberFormatter(const MacroProps& macros, const Locale& locale) { … }
LocalizedNumberFormatter::LocalizedNumberFormatter(MacroProps&& macros, const Locale& locale) { … }
LocalizedNumberFormatter UnlocalizedNumberFormatter::locale(const Locale& locale) const& { … }
LocalizedNumberFormatter UnlocalizedNumberFormatter::locale(const Locale& locale)&& { … }
FormattedNumber LocalizedNumberFormatter::formatInt(int64_t value, UErrorCode& status) const { … }
FormattedNumber LocalizedNumberFormatter::formatDouble(double value, UErrorCode& status) const { … }
FormattedNumber LocalizedNumberFormatter::formatDecimal(StringPiece value, UErrorCode& status) const { … }
FormattedNumber
LocalizedNumberFormatter::formatDecimalQuantity(const DecimalQuantity& dq, UErrorCode& status) const { … }
void LocalizedNumberFormatter::formatImpl(impl::UFormattedNumberData* results, UErrorCode& status) const { … }
void LocalizedNumberFormatter::getAffixImpl(bool isPrefix, bool isNegative, UnicodeString& result,
UErrorCode& status) const { … }
bool LocalizedNumberFormatter::computeCompiled(UErrorCode& status) const { … }
const impl::NumberFormatterImpl* LocalizedNumberFormatter::getCompiled() const { … }
int32_t LocalizedNumberFormatter::getCallCount() const { … }
const DecimalFormatSymbols* LocalizedNumberFormatter::getDecimalFormatSymbols() const { … }
#if (U_PF_WINDOWS <= U_PLATFORM && U_PLATFORM <= U_PF_CYGWIN) && defined(_MSC_VER)
#pragma warning(pop)
#endif
#endif