Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/samples/java/android/icu/samples/text/dateintervalformat/
DDateIntervalFormatSample.java46 final DateInterval dtitv[] = { in dtitvfmtPreDefined() local
62 … System.out.printf("%-35s%-35s\n", dtitvfmtEn.format(dtitv[i]),dtitvfmtJa.format(dtitv[i])); in dtitvfmtPreDefined()
88 final DateInterval dtitv[] = { in dtitvfmtCustomized() local
110 … System.out.printf("%-45s%-35s\n", dtitvfmtEn.format(dtitv[i]),dtitvfmtJa.format(dtitv[i])); in dtitvfmtCustomized()
/external/icu/icu4j/samples/src/com/ibm/icu/samples/text/dateintervalformat/
DDateIntervalFormatSample.java45 final DateInterval dtitv[] = { in dtitvfmtPreDefined() local
61 … System.out.printf("%-35s%-35s\n", dtitvfmtEn.format(dtitv[i]),dtitvfmtJa.format(dtitv[i])); in dtitvfmtPreDefined()
87 final DateInterval dtitv[] = { in dtitvfmtCustomized() local
109 … System.out.printf("%-45s%-35s\n", dtitvfmtEn.format(dtitv[i]),dtitvfmtJa.format(dtitv[i])); in dtitvfmtCustomized()
/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/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateIntervalFormatTest.java710 DateInterval dtitv = new DateInterval(date.getTime(), in expect() local
716 String formatted = dtitvfmt.format(dtitv); in expect()
800 DateInterval dtitv = new DateInterval(date.getTime(), in expectUserDII() local
811 String formatted = dtitvfmt.format(dtitv); in expectUserDII()
873 DateInterval dtitv = new DateInterval(date.getTime(), in expectUserCLDR() local
892 fromCalendar.setTimeInMillis(dtitv.getFromDate()); in expectUserCLDR()
893 toCalendar.setTimeInMillis(dtitv.getToDate()); in expectUserCLDR()
897 String formatted = dtitvfmt.format(dtitv).toString(); in expectUserCLDR()
1034 DateInterval dtitv = new DateInterval(date.getTime(), date_2.getTime()); in stress() local
1053 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()