Home
last modified time | relevance | path

Searched defs:formatRange (Results 1 – 10 of 10) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DLocalizedNumberRangeFormatter.java37 public FormattedNumberRange formatRange(int first, int second) { in formatRange() method in LocalizedNumberRangeFormatter
55 public FormattedNumberRange formatRange(double first, double second) { in formatRange() method in LocalizedNumberRangeFormatter
76 public FormattedNumberRange formatRange(Number first, Number second) { in formatRange() method in LocalizedNumberRangeFormatter
DNumberRangeFormatterImpl.java244 …private void formatRange(DecimalQuantity quantity1, DecimalQuantity quantity2, FormattedStringBuil… in formatRange() method in NumberRangeFormatterImpl
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DLocalizedNumberRangeFormatter.java37 public FormattedNumberRange formatRange(int first, int second) { in formatRange() method in LocalizedNumberRangeFormatter
54 public FormattedNumberRange formatRange(double first, double second) { in formatRange() method in LocalizedNumberRangeFormatter
74 public FormattedNumberRange formatRange(Number first, Number second) { in formatRange() method in LocalizedNumberRangeFormatter
DNumberRangeFormatterImpl.java244 …private void formatRange(DecimalQuantity quantity1, DecimalQuantity quantity2, FormattedStringBuil… in formatRange() method in NumberRangeFormatterImpl
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
DRangesTableSchema.java355 private static String formatRange(Range<Integer> r) { in formatRange() method in RangesTableSchema
/third_party/node/deps/icu-small/source/i18n/
Dnumrange_impl.cpp269 void NumberRangeFormatterImpl::formatRange(UFormattedNumberRangeData& data, in formatRange() function in NumberRangeFormatterImpl
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumrange_impl.cpp247 void NumberRangeFormatterImpl::formatRange(UFormattedNumberRangeData& data, in formatRange() function in NumberRangeFormatterImpl
/third_party/icu/icu4c/source/i18n/
Dnumrange_impl.cpp247 void NumberRangeFormatterImpl::formatRange(UFormattedNumberRangeData& data, in formatRange() function in NumberRangeFormatterImpl
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumrange_impl.cpp308 void NumberRangeFormatterImpl::formatRange(UFormattedNumberRangeData& data, in formatRange() function in NumberRangeFormatterImpl
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_intl.js57 formatRange: function (startDate, endDate) { method