Home
last modified time | relevance | path

Searched refs:NumberRangeFormatterImpl (Results 1 – 18 of 18) sorted by relevance

/external/cronet/third_party/icu/source/i18n/
Dnumrange_impl.cpp124 NumberRangeFormatterImpl::NumberRangeFormatterImpl(const RangeMacroProps& macros, UErrorCode& statu… in NumberRangeFormatterImpl() function in NumberRangeFormatterImpl
158 void NumberRangeFormatterImpl::format(UFormattedNumberRangeData& data, bool equalBeforeRounding, UE… in format()
237 void NumberRangeFormatterImpl::formatSingleValue(UFormattedNumberRangeData& data, in formatSingleValue()
250 void NumberRangeFormatterImpl::formatApproximately (UFormattedNumberRangeData& data, in formatApproximately()
269 void NumberRangeFormatterImpl::formatRange(UFormattedNumberRangeData& data, in formatRange()
432 NumberRangeFormatterImpl::resolveModifierPlurals(const Modifier& first, const Modifier& second) con… in resolveModifierPlurals()
Dnumrange_impl.h44 class NumberRangeFormatterImpl : public UMemory {
46 NumberRangeFormatterImpl(const RangeMacroProps& macros, UErrorCode& status);
Dnumrange_fluent.cpp339 const impl::NumberRangeFormatterImpl*
355 auto* temp = new NumberRangeFormatterImpl(fMacros, status); in getFormatter()
/external/icu/icu4c/source/i18n/
Dnumrange_impl.cpp124 NumberRangeFormatterImpl::NumberRangeFormatterImpl(const RangeMacroProps& macros, UErrorCode& statu… in NumberRangeFormatterImpl() function in NumberRangeFormatterImpl
158 void NumberRangeFormatterImpl::format(UFormattedNumberRangeData& data, bool equalBeforeRounding, UE… in format()
237 void NumberRangeFormatterImpl::formatSingleValue(UFormattedNumberRangeData& data, in formatSingleValue()
250 void NumberRangeFormatterImpl::formatApproximately (UFormattedNumberRangeData& data, in formatApproximately()
269 void NumberRangeFormatterImpl::formatRange(UFormattedNumberRangeData& data, in formatRange()
432 NumberRangeFormatterImpl::resolveModifierPlurals(const Modifier& first, const Modifier& second) con… in resolveModifierPlurals()
Dnumrange_impl.h44 class NumberRangeFormatterImpl : public UMemory {
46 NumberRangeFormatterImpl(const RangeMacroProps& macros, UErrorCode& status);
Dnumrange_fluent.cpp339 const impl::NumberRangeFormatterImpl*
355 auto* temp = new NumberRangeFormatterImpl(fMacros, status); in getFormatter()
/external/cronet/third_party/icu/source/i18n/unicode/
Dnumberrangeformatter.h66 class NumberRangeFormatterImpl; variable
83 …late struct U_I18N_API std::atomic< U_NAMESPACE_QUALIFIER number::impl::NumberRangeFormatterImpl*>;
554 std::atomic<impl::NumberRangeFormatterImpl*> fAtomicFormatter = {};
556 const impl::NumberRangeFormatterImpl* getFormatter(UErrorCode& stauts) const;
Dnumberformatter.h163 class NumberRangeFormatterImpl; variable
2413 friend class impl::NumberRangeFormatterImpl;
/external/icu/libicu/cts_headers/unicode/
Dnumberrangeformatter.h66 class NumberRangeFormatterImpl; variable
80 …late struct U_I18N_API std::atomic< U_NAMESPACE_QUALIFIER number::impl::NumberRangeFormatterImpl*>;
549 std::atomic<impl::NumberRangeFormatterImpl*> fAtomicFormatter = {};
551 const impl::NumberRangeFormatterImpl* getFormatter(UErrorCode& stauts) const;
Dnumberformatter.h163 class NumberRangeFormatterImpl; variable
2413 friend class impl::NumberRangeFormatterImpl;
/external/icu/icu4c/source/i18n/unicode/
Dnumberrangeformatter.h66 class NumberRangeFormatterImpl; variable
80 …late struct U_I18N_API std::atomic< U_NAMESPACE_QUALIFIER number::impl::NumberRangeFormatterImpl*>;
549 std::atomic<impl::NumberRangeFormatterImpl*> fAtomicFormatter = {};
551 const impl::NumberRangeFormatterImpl* getFormatter(UErrorCode& stauts) const;
Dnumberformatter.h163 class NumberRangeFormatterImpl; variable
2413 friend class impl::NumberRangeFormatterImpl;
/external/icu/libicu/cts_headers/
Dnumrange_impl.h44 class NumberRangeFormatterImpl : public UMemory {
46 NumberRangeFormatterImpl(const RangeMacroProps& macros, UErrorCode& status);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DLocalizedNumberRangeFormatter.java19 private volatile NumberRangeFormatterImpl fImpl;
87 fImpl = new NumberRangeFormatterImpl(resolve()); in formatImpl()
DNumberRangeFormatterImpl.java33 class NumberRangeFormatterImpl { class
117 NumberRangeFormatterImpl out) { in getNumberRangeData()
145 public NumberRangeFormatterImpl(RangeMacroProps macros) { in NumberRangeFormatterImpl() method in NumberRangeFormatterImpl
/external/icu/android_icu4j/src/main/java/android/icu/number/
DLocalizedNumberRangeFormatter.java19 private volatile NumberRangeFormatterImpl fImpl;
84 fImpl = new NumberRangeFormatterImpl(resolve()); in formatImpl()
DNumberRangeFormatterImpl.java34 class NumberRangeFormatterImpl { class
118 NumberRangeFormatterImpl out) { in getNumberRangeData()
146 public NumberRangeFormatterImpl(RangeMacroProps macros) { in NumberRangeFormatterImpl() method in NumberRangeFormatterImpl
/external/cronet/third_party/icu/
DREADME.chromium235 8. Remove explicit std::atomic<NumberRangeFormatterImpl*> template
245 NumberRangeFormatterImpl* was ever necessary for MSVC. Further testing with