Lines Matching refs:LocalizedNumberFormatter
336 class icu::number::NumberFormatterSettings<icu::number::LocalizedNumberFormatter>;
344 LocalizedNumberFormatter NumberFormatter::withLocale(const Locale& locale) { in withLocale()
355 using LNF = LocalizedNumberFormatter;
388 LocalizedNumberFormatter::LocalizedNumberFormatter(const LNF& other) in LocalizedNumberFormatter() function in LocalizedNumberFormatter
391 LocalizedNumberFormatter::LocalizedNumberFormatter(const NFS<LNF>& other) in LocalizedNumberFormatter() function in LocalizedNumberFormatter
396 LocalizedNumberFormatter::LocalizedNumberFormatter(LocalizedNumberFormatter&& src) U_NOEXCEPT in LocalizedNumberFormatter() function in LocalizedNumberFormatter
399 LocalizedNumberFormatter::LocalizedNumberFormatter(NFS<LNF>&& src) U_NOEXCEPT in LocalizedNumberFormatter() function in LocalizedNumberFormatter
408 LocalizedNumberFormatter& LocalizedNumberFormatter::operator=(const LNF& other) { in operator =()
415 LocalizedNumberFormatter& LocalizedNumberFormatter::operator=(LNF&& src) U_NOEXCEPT { in operator =()
428 void LocalizedNumberFormatter::clear() { in clear()
436 void LocalizedNumberFormatter::lnfMoveHelper(LNF&& src) { in lnfMoveHelper()
451 LocalizedNumberFormatter::~LocalizedNumberFormatter() { in ~LocalizedNumberFormatter()
455 LocalizedNumberFormatter::LocalizedNumberFormatter(const MacroProps& macros, const Locale& locale) { in LocalizedNumberFormatter() function in LocalizedNumberFormatter
460 LocalizedNumberFormatter::LocalizedNumberFormatter(MacroProps&& macros, const Locale& locale) { in LocalizedNumberFormatter() function in LocalizedNumberFormatter
465 LocalizedNumberFormatter UnlocalizedNumberFormatter::locale(const Locale& locale) const& { in locale()
466 return LocalizedNumberFormatter(fMacros, locale); in locale()
469 LocalizedNumberFormatter UnlocalizedNumberFormatter::locale(const Locale& locale)&& { in locale()
470 return LocalizedNumberFormatter(std::move(fMacros), locale); in locale()
590 FormattedNumber LocalizedNumberFormatter::formatInt(int64_t value, UErrorCode& status) const { in formatInt()
609 FormattedNumber LocalizedNumberFormatter::formatDouble(double value, UErrorCode& status) const { in formatDouble()
628 FormattedNumber LocalizedNumberFormatter::formatDecimal(StringPiece value, UErrorCode& status) cons… in formatDecimal()
648 LocalizedNumberFormatter::formatDecimalQuantity(const DecimalQuantity& dq, UErrorCode& status) cons… in formatDecimalQuantity()
667 void LocalizedNumberFormatter::formatImpl(impl::UFormattedNumberData* results, UErrorCode& status) … in formatImpl()
675 void LocalizedNumberFormatter::getAffixImpl(bool isPrefix, bool isNegative, UnicodeString& result, in getAffixImpl()
695 bool LocalizedNumberFormatter::computeCompiled(UErrorCode& status) const { in computeCompiled()
704 const_cast<LocalizedNumberFormatter*>(this)->fUnsafeCallCount); in computeCompiled()
724 const_cast<LocalizedNumberFormatter*>(this)->fCompiled = compiled; in computeCompiled()
737 const impl::NumberFormatterImpl* LocalizedNumberFormatter::getCompiled() const { in getCompiled()
741 int32_t LocalizedNumberFormatter::getCallCount() const { in getCallCount()
743 const_cast<LocalizedNumberFormatter*>(this)->fUnsafeCallCount); in getCallCount()
747 Format* LocalizedNumberFormatter::toFormat(UErrorCode& status) const { in toFormat()