Home
last modified time | relevance | path

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

12

/third_party/icu/icu4c/source/i18n/unicode/
Ddtitvfmt.h59 class U_I18N_API FormattedDateInterval : public UMemory, public FormattedValue {
65 FormattedDateInterval() : fData(nullptr), fErrorCode(U_INVALID_STATE_ERROR) {} in FormattedDateInterval() function
71 FormattedDateInterval(FormattedDateInterval&& src) U_NOEXCEPT;
77 virtual ~FormattedDateInterval() U_OVERRIDE;
80 FormattedDateInterval(const FormattedDateInterval&) = delete;
83 FormattedDateInterval& operator=(const FormattedDateInterval&) = delete;
89 FormattedDateInterval& operator=(FormattedDateInterval&& src) U_NOEXCEPT;
106 explicit FormattedDateInterval(FormattedDateIntervalData *results) in FormattedDateInterval() function
108 explicit FormattedDateInterval(UErrorCode errorCode) in FormattedDateInterval() function
516 FormattedDateInterval formatToValue(
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Ddtitvfmt.h59 class U_I18N_API FormattedDateInterval : public UMemory, public FormattedValue {
65 FormattedDateInterval() : fData(nullptr), fErrorCode(U_INVALID_STATE_ERROR) {} in FormattedDateInterval() function
71 FormattedDateInterval(FormattedDateInterval&& src) U_NOEXCEPT;
77 virtual ~FormattedDateInterval() U_OVERRIDE;
80 FormattedDateInterval(const FormattedDateInterval&) = delete;
83 FormattedDateInterval& operator=(const FormattedDateInterval&) = delete;
89 FormattedDateInterval& operator=(FormattedDateInterval&& src) U_NOEXCEPT;
106 explicit FormattedDateInterval(FormattedDateIntervalData *results) in FormattedDateInterval() function
108 explicit FormattedDateInterval(UErrorCode errorCode) in FormattedDateInterval() function
516 FormattedDateInterval formatToValue(
[all …]
/third_party/node/deps/icu-small/source/i18n/unicode/
Ddtitvfmt.h59 class U_I18N_API FormattedDateInterval : public UMemory, public FormattedValue {
65 FormattedDateInterval() : fData(nullptr), fErrorCode(U_INVALID_STATE_ERROR) {} in FormattedDateInterval() function
71 FormattedDateInterval(FormattedDateInterval&& src) noexcept;
77 virtual ~FormattedDateInterval() override;
80 FormattedDateInterval(const FormattedDateInterval&) = delete;
83 FormattedDateInterval& operator=(const FormattedDateInterval&) = delete;
89 FormattedDateInterval& operator=(FormattedDateInterval&& src) noexcept;
106 explicit FormattedDateInterval(FormattedDateIntervalData *results) in FormattedDateInterval() function
108 explicit FormattedDateInterval(UErrorCode errorCode) in FormattedDateInterval() function
516 FormattedDateInterval formatToValue(
[all …]
/third_party/icu/icu4c/source/test/intltest/
Ddtifmtts.h21 class FormattedDateInterval; variable
113 const FormattedDateInterval& formatted,
119 const FormattedDateInterval& formatted,
Ddtifmtts.cpp1885 FormattedDateInterval result = fmt->formatToValue(*input1, *input2, status); in testFormattedDateInterval()
1907 FormattedDateInterval result = fmt->formatToValue(*input1, *input1, status); in testFormattedDateInterval()
1930 FormattedDateInterval result = fmt->formatToValue(*input1, *input2, status); in testFormattedDateInterval()
1961 FormattedDateInterval result = fmt->formatToValue(*input1, *input2, status); in testFormattedDateInterval()
2111 FormattedDateInterval res = fmt->formatToValue(DateInterval(from, to), status); in testFormatMillisecond()
2169 const FormattedDateInterval& formatted, in getCategoryAndField()
2183 const FormattedDateInterval& formatted, in verifyCategoryAndField()
2218 FormattedDateInterval formatted; in testTicket21222GregorianEraDiff()
2272 FormattedDateInterval formatted; in testTicket21222ROCEraDiff()
2335 FormattedDateInterval formatted; in testTicket21222JapaneseEraDiff()
/third_party/icu/docs/userguide/format_parse/
Dformatted_value.md37 Certain ICU formatters, like `FormattedList` and `FormattedDateInterval`, use
51 FormattedDateInterval result = fmt->formatToValue(*input1, *input2, status);
73 FormattedDateInterval result = fmt.formatToValue(input1, input2);
/third_party/icu/icu4c/source/i18n/
Ddtitvfmt.cpp78 UPRV_FORMATTED_VALUE_SUBCLASS_AUTO_IMPL(FormattedDateInterval)
309 FormattedDateInterval DateIntervalFormat::formatToValue( in formatToValue()
313 return FormattedDateInterval(status); in formatToValue()
318 return FormattedDateInterval(status); in formatToValue()
331 return FormattedDateInterval(status); in formatToValue()
338 return FormattedDateInterval(status); in formatToValue()
343 return FormattedDateInterval(result.orphan()); in formatToValue()
362 FormattedDateInterval DateIntervalFormat::formatToValue( in formatToValue()
367 return FormattedDateInterval(status); in formatToValue()
372 return FormattedDateInterval(status); in formatToValue()
[all …]
Dudateintervalformat.cpp29 FormattedDateInterval,
/third_party/skia/third_party/externals/icu/source/i18n/
Ddtitvfmt.cpp78 UPRV_FORMATTED_VALUE_SUBCLASS_AUTO_IMPL(FormattedDateInterval)
309 FormattedDateInterval DateIntervalFormat::formatToValue( in formatToValue()
313 return FormattedDateInterval(status); in formatToValue()
318 return FormattedDateInterval(status); in formatToValue()
331 return FormattedDateInterval(status); in formatToValue()
338 return FormattedDateInterval(status); in formatToValue()
343 return FormattedDateInterval(result.orphan()); in formatToValue()
362 FormattedDateInterval DateIntervalFormat::formatToValue( in formatToValue()
367 return FormattedDateInterval(status); in formatToValue()
372 return FormattedDateInterval(status); in formatToValue()
[all …]
Dudateintervalformat.cpp29 FormattedDateInterval,
/third_party/node/deps/icu-small/source/i18n/
Ddtitvfmt.cpp78 UPRV_FORMATTED_VALUE_SUBCLASS_AUTO_IMPL(FormattedDateInterval)
309 FormattedDateInterval DateIntervalFormat::formatToValue( in formatToValue()
313 return FormattedDateInterval(status); in formatToValue()
318 return FormattedDateInterval(status); in formatToValue()
331 return FormattedDateInterval(status); in formatToValue()
338 return FormattedDateInterval(status); in formatToValue()
343 return FormattedDateInterval(result.orphan()); in formatToValue()
362 FormattedDateInterval DateIntervalFormat::formatToValue( in formatToValue()
367 return FormattedDateInterval(status); in formatToValue()
372 return FormattedDateInterval(status); in formatToValue()
[all …]
Dudateintervalformat.cpp29 FormattedDateInterval,
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateIntervalFormatTest.java37 import com.ibm.icu.text.DateIntervalFormat.FormattedDateInterval;
2125 FormattedDateInterval result = fmt.formatToValue(input1, input2); in testFormattedDateInterval()
2150 FormattedDateInterval result = fmt.formatToValue(input1, input2); in testFormattedDateInterval()
2174 FormattedDateInterval result = fmt.formatToValue(input1, input2); in testFormattedDateInterval()
2203 FormattedDateInterval result = fmt.formatToValue(dtiv); in testFormattedDateInterval()
2331 FormattedDateInterval res = fmt.formatToValue(new DateInterval(from, to)); in testFormatMillisecond()
2358 FormattedDateInterval formatted = g.formatToValue(bothAD); in testTicket21222GregorianEraDiff()
2374 private List<Field> getFields(FormattedDateInterval formatted) { in getFields()
2384 FormattedDateInterval formatted, List<Field> fields) { in verifyFields()
2421 FormattedDateInterval formatted = roc.formatToValue(bothAfterMG); in testTicket21222ROCEraDiff()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDateIntervalFormat.java278 public static final class FormattedDateInterval implements FormattedValue { class in DateIntervalFormat
282 FormattedDateInterval(CharSequence cs, List<FieldPosition> attributes) { in FormattedDateInterval() method in DateIntervalFormat.FormattedDateInterval
768 public FormattedDateInterval formatToValue(DateInterval dtInterval) { in formatToValue()
779 return new FormattedDateInterval(sb, attributes); in formatToValue()
874 public FormattedDateInterval formatToValue(Calendar fromCalendar, Calendar toCalendar) { in formatToValue()
885 return new FormattedDateInterval(sb, attributes); in formatToValue()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DDateIntervalFormatTest.java37 import ohos.global.icu.text.DateIntervalFormat.FormattedDateInterval;
1943 FormattedDateInterval result = fmt.formatToValue(input1, input2); in testFormattedDateInterval()
1968 FormattedDateInterval result = fmt.formatToValue(input1, input2); in testFormattedDateInterval()
1992 FormattedDateInterval result = fmt.formatToValue(input1, input2); in testFormattedDateInterval()
2021 FormattedDateInterval result = fmt.formatToValue(dtiv); in testFormattedDateInterval()
2148 FormattedDateInterval res = fmt.formatToValue(new DateInterval(from, to)); in testFormatMillisecond()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateIntervalFormat.java282 public static final class FormattedDateInterval implements FormattedValue { class in DateIntervalFormat
286 FormattedDateInterval(CharSequence cs, List<FieldPosition> attributes) { in FormattedDateInterval() method in DateIntervalFormat.FormattedDateInterval
797 public FormattedDateInterval formatToValue(DateInterval dtInterval) { in formatToValue()
808 return new FormattedDateInterval(sb, attributes); in formatToValue()
904 public FormattedDateInterval formatToValue(Calendar fromCalendar, Calendar toCalendar) { in formatToValue()
915 return new FormattedDateInterval(sb, attributes); in formatToValue()
/third_party/node/deps/v8/src/objects/
Djs-date-time-format.cc2247 icu::FormattedDateInterval formatted = in FormatRangeCommon()
/third_party/icu/icu4j/tools/build/
Dicu4j66.api3.gz12;ICU4J 66.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j67.api3.gz
Dicu4j68.api3.gz12;ICU4J 68.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j65.api3.gz
Dicu4j64.api3.gz12;ICU4J 64.2;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j69.api3.gz12;ICU4J 69.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j72.api3.gz12;ICU4J 72.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j70.api3.gz12;ICU4J 70.1;; 2ST@3.6;PB;NS;NF;NS; ...

12