• Home
  • Raw
  • Download

Lines Matching refs:LocalizedNumberFormatter

378 class icu::number::NumberFormatterSettings<icu::number::LocalizedNumberFormatter>;
386 LocalizedNumberFormatter NumberFormatter::withLocale(const Locale& locale) { in withLocale()
394 using LNF = LocalizedNumberFormatter;
427 LocalizedNumberFormatter::LocalizedNumberFormatter(const LNF& other) in LocalizedNumberFormatter() function in LocalizedNumberFormatter
430 LocalizedNumberFormatter::LocalizedNumberFormatter(const NFS<LNF>& other) in LocalizedNumberFormatter() function in LocalizedNumberFormatter
436 LocalizedNumberFormatter::LocalizedNumberFormatter(LocalizedNumberFormatter&& src) U_NOEXCEPT in LocalizedNumberFormatter() function in LocalizedNumberFormatter
439 LocalizedNumberFormatter::LocalizedNumberFormatter(NFS<LNF>&& src) U_NOEXCEPT in LocalizedNumberFormatter() function in LocalizedNumberFormatter
444 LocalizedNumberFormatter& LocalizedNumberFormatter::operator=(const LNF& other) { in operator =()
452 LocalizedNumberFormatter& LocalizedNumberFormatter::operator=(LNF&& src) U_NOEXCEPT { in operator =()
458 void LocalizedNumberFormatter::resetCompiled() { in resetCompiled()
464 void LocalizedNumberFormatter::lnfMoveHelper(LNF&& src) { in lnfMoveHelper()
485 void LocalizedNumberFormatter::lnfCopyHelper(const LNF&, UErrorCode& status) { in lnfCopyHelper()
515 LocalizedNumberFormatter::~LocalizedNumberFormatter() { in ~LocalizedNumberFormatter()
520 LocalizedNumberFormatter::LocalizedNumberFormatter(const MacroProps& macros, const Locale& locale) { in LocalizedNumberFormatter() function in LocalizedNumberFormatter
525 LocalizedNumberFormatter::LocalizedNumberFormatter(MacroProps&& macros, const Locale& locale) { in LocalizedNumberFormatter() function in LocalizedNumberFormatter
530 LocalizedNumberFormatter UnlocalizedNumberFormatter::locale(const Locale& locale) const& { in locale()
531 return LocalizedNumberFormatter(fMacros, locale); in locale()
534 LocalizedNumberFormatter UnlocalizedNumberFormatter::locale(const Locale& locale)&& { in locale()
535 return LocalizedNumberFormatter(std::move(fMacros), locale); in locale()
538 FormattedNumber LocalizedNumberFormatter::formatInt(int64_t value, UErrorCode& status) const { in formatInt()
557 FormattedNumber LocalizedNumberFormatter::formatDouble(double value, UErrorCode& status) const { in formatDouble()
576 FormattedNumber LocalizedNumberFormatter::formatDecimal(StringPiece value, UErrorCode& status) cons… in formatDecimal()
596 LocalizedNumberFormatter::formatDecimalQuantity(const DecimalQuantity& dq, UErrorCode& status) cons… in formatDecimalQuantity()
615 void LocalizedNumberFormatter::formatImpl(impl::UFormattedNumberData* results, UErrorCode& status) … in formatImpl()
627 void LocalizedNumberFormatter::getAffixImpl(bool isPrefix, bool isNegative, UnicodeString& result, in getAffixImpl()
647 bool LocalizedNumberFormatter::computeCompiled(UErrorCode& status) const { in computeCompiled()
656 const_cast<LocalizedNumberFormatter*>(this)->fUnsafeCallCount); in computeCompiled()
676 const_cast<LocalizedNumberFormatter*>(this)->fCompiled = compiled; in computeCompiled()
689 const impl::NumberFormatterImpl* LocalizedNumberFormatter::getCompiled() const { in getCompiled()
693 int32_t LocalizedNumberFormatter::getCallCount() const { in getCallCount()
695 const_cast<LocalizedNumberFormatter*>(this)->fUnsafeCallCount); in getCallCount()
701 const DecimalFormatSymbols* LocalizedNumberFormatter::getDecimalFormatSymbols() const { in getDecimalFormatSymbols()