Home
last modified time | relevance | path

Searched refs:dtitv (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateIntervalFormatTest.java706 DateInterval dtitv = new DateInterval(date.getTime(), in expect() local
712 String formatted = dtitvfmt.format(dtitv); in expect()
796 DateInterval dtitv = new DateInterval(date.getTime(), in expectUserDII() local
807 String formatted = dtitvfmt.format(dtitv); in expectUserDII()
869 DateInterval dtitv = new DateInterval(date.getTime(), in expectUserCLDR() local
888 fromCalendar.setTimeInMillis(dtitv.getFromDate()); in expectUserCLDR()
889 toCalendar.setTimeInMillis(dtitv.getToDate()); in expectUserCLDR()
893 String formatted = dtitvfmt.format(dtitv).toString(); in expectUserCLDR()
1030 DateInterval dtitv = new DateInterval(date.getTime(), date_2.getTime()); in stress() local
1049 dtitvfmt.format(dtitv); in stress()
[all …]
/external/icu/icu4c/source/test/intltest/
Ddtifmtts.cpp286 DateInterval* dtitv = new DateInterval(3600*24*365, 3600*24*366); in testAPI() local
287 formattable.adoptObject(dtitv); in testAPI()
1077 DateInterval dtitv(date, date_2); in expect() local
1084 dtitvfmt->format(&dtitv, str.remove(), pos, ec); in expect()
1286 DateInterval dtitv(date, date_2); in expectUserDII() local
1300 dtitvfmt->format(&dtitv, str.remove(), pos, ec); in expectUserDII()
1448 DateInterval dtitv(date, date_2); in stress() local
1471 dtitvfmt->format(&dtitv, str.remove(), pos, ec); in stress()
1496 dtitvfmt->format(&dtitv, str.remove(), pos, ec); in stress()