Home
last modified time | relevance | path

Searched refs:getFormatter (Results 1 – 25 of 26) sorted by relevance

12

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
DBasicDurationFormat.java52 formatter = pfs.newDurationFormatterFactory().getFormatter(); in BasicDurationFormat()
53 pformatter = pfs.newPeriodFormatterFactory().setDisplayPastFuture(false).getFormatter(); in BasicDurationFormat()
61 formatter = pfs.newDurationFormatterFactory().setLocale(locale.getName()).getFormatter(); in BasicDurationFormat()
62 …newPeriodFormatterFactory().setDisplayPastFuture(false).setLocale(locale.getName()).getFormatter(); in BasicDurationFormat()
DBasicDurationFormatterFactory.java159 public DurationFormatter getFormatter() { in getFormatter() method in BasicDurationFormatterFactory
181 .getFormatter(); in getPeriodFormatter()
DPeriodFormatterFactory.java75 public PeriodFormatter getFormatter(); in getFormatter() method
DDurationFormatterFactory.java80 public DurationFormatter getFormatter(); in getFormatter() method
DBasicPeriodFormatterFactory.java197 public PeriodFormatter getFormatter() { in getFormatter() method in BasicPeriodFormatterFactory
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/
DBasicDurationFormat.java54 formatter = pfs.newDurationFormatterFactory().getFormatter(); in BasicDurationFormat()
55 pformatter = pfs.newPeriodFormatterFactory().setDisplayPastFuture(false).getFormatter(); in BasicDurationFormat()
63 formatter = pfs.newDurationFormatterFactory().setLocale(locale.getName()).getFormatter(); in BasicDurationFormat()
64 …newPeriodFormatterFactory().setDisplayPastFuture(false).setLocale(locale.getName()).getFormatter(); in BasicDurationFormat()
DBasicDurationFormatterFactory.java160 public DurationFormatter getFormatter() { in getFormatter() method in BasicDurationFormatterFactory
182 .getFormatter(); in getPeriodFormatter()
DPeriodFormatterFactory.java77 public PeriodFormatter getFormatter(); in getFormatter() method
DDurationFormatterFactory.java82 public DurationFormatter getFormatter(); in getFormatter() method
DBasicPeriodFormatterFactory.java199 public PeriodFormatter getFormatter() { in getFormatter() method in BasicPeriodFormatterFactory
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
DLanguageTestFmwk.java251 PeriodFormatter pf = pfFactory.getFormatter(); in testFullPluralizedForms()
277 PeriodFormatter pf = pfFactory.getFormatter(); in testMediumForms()
299 PeriodFormatter pf = pfFactory.getFormatter(); in testShortForms()
321 PeriodFormatter pf = pfFactory.getFormatter(); in testCustomMinutes()
370 PeriodFormatter pf = pfFactory.getFormatter(); in testLimitedUnits()
410 PeriodFormatter pf = pfFactory.getFormatter(); in testLimitedUnits()
441 PeriodFormatter pf = pfFactory.getFormatter(); in testHalfUnits()
472 PeriodFormatter pf = pfFactory.getFormatter(); in testFractionalUnits()
497 PeriodFormatter pf = pfFactory.getFormatter(); in testMultipleUnits()
DRegressionTest.java49 .getFormatter(); in TestDisallowedMillis()
68 .getFormatter(); in TestDisallowedMillis()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/
DLanguageTestFmwk.java252 PeriodFormatter pf = pfFactory.getFormatter(); in testFullPluralizedForms()
278 PeriodFormatter pf = pfFactory.getFormatter(); in testMediumForms()
300 PeriodFormatter pf = pfFactory.getFormatter(); in testShortForms()
322 PeriodFormatter pf = pfFactory.getFormatter(); in testCustomMinutes()
371 PeriodFormatter pf = pfFactory.getFormatter(); in testLimitedUnits()
411 PeriodFormatter pf = pfFactory.getFormatter(); in testLimitedUnits()
442 PeriodFormatter pf = pfFactory.getFormatter(); in testHalfUnits()
473 PeriodFormatter pf = pfFactory.getFormatter(); in testFractionalUnits()
498 PeriodFormatter pf = pfFactory.getFormatter(); in testMultipleUnits()
DRegressionTest.java52 .getFormatter(); in TestDisallowedMillis()
71 .getFormatter(); in TestDisallowedMillis()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/languages/
DTest_ja.java57 PeriodFormatter pf = pff.getFormatter(); in testOmitZeros()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/languages/
DTest_ja.java60 PeriodFormatter pf = pff.getFormatter(); in testOmitZeros()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumrange_fluent.cpp324 auto* impl = getFormatter(status); in formatImpl()
340 LocalizedNumberRangeFormatter::getFormatter(UErrorCode& status) const { in getFormatter() function in LocalizedNumberRangeFormatter
/third_party/icu/icu4c/source/i18n/
Dnumrange_fluent.cpp324 auto* impl = getFormatter(status); in formatImpl()
340 LocalizedNumberRangeFormatter::getFormatter(UErrorCode& status) const { in getFormatter() function in LocalizedNumberRangeFormatter
/third_party/node/deps/icu-small/source/i18n/
Dnumrange_fluent.cpp324 auto* impl = getFormatter(status); in formatImpl()
340 LocalizedNumberRangeFormatter::getFormatter(UErrorCode& status) const { in getFormatter() function in LocalizedNumberRangeFormatter
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumrange_fluent.cpp312 auto* impl = getFormatter(status); in formatImpl()
324 LocalizedNumberRangeFormatter::getFormatter(UErrorCode& status) const { in getFormatter() function in LocalizedNumberRangeFormatter
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dmeasfmt.h361 const SimpleFormatter *getFormatter(
Dnumberrangeformatter.h637 const impl::NumberRangeFormatterImpl* getFormatter(UErrorCode& stauts) const;
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dnumberrangeformatter.h556 const impl::NumberRangeFormatterImpl* getFormatter(UErrorCode& stauts) const;
/third_party/node/deps/icu-small/source/i18n/unicode/
Dnumberrangeformatter.h551 const impl::NumberRangeFormatterImpl* getFormatter(UErrorCode& stauts) const;
/third_party/icu/icu4c/source/i18n/unicode/
Dnumberrangeformatter.h551 const impl::NumberRangeFormatterImpl* getFormatter(UErrorCode& stauts) const;

12