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.java48 final DateInterval dtitv[] = { in dtitvfmtPreDefined() local
64 … System.out.printf("%-35s%-35s\n", dtitvfmtEn.format(dtitv[i]),dtitvfmtJa.format(dtitv[i])); in dtitvfmtPreDefined()
90 final DateInterval dtitv[] = { in dtitvfmtCustomized() local
112 … 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.java47 final DateInterval dtitv[] = { in dtitvfmtPreDefined() local
63 … System.out.printf("%-35s%-35s\n", dtitvfmtEn.format(dtitv[i]),dtitvfmtJa.format(dtitv[i])); in dtitvfmtPreDefined()
89 final DateInterval dtitv[] = { in dtitvfmtCustomized() local
111 … System.out.printf("%-45s%-35s\n", dtitvfmtEn.format(dtitv[i]),dtitvfmtJa.format(dtitv[i])); in dtitvfmtCustomized()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateIntervalFormatTest.java714 DateInterval dtitv = new DateInterval(date.getTime(), in expect() local
720 String formatted = dtitvfmt.format(dtitv); in expect()
805 DateInterval dtitv = new DateInterval(date.getTime(), in expectUserDII() local
816 String formatted = dtitvfmt.format(dtitv); in expectUserDII()
879 DateInterval dtitv = new DateInterval(date.getTime(), in expectUserCLDR() local
898 fromCalendar.setTimeInMillis(dtitv.getFromDate()); in expectUserCLDR()
899 toCalendar.setTimeInMillis(dtitv.getToDate()); in expectUserCLDR()
903 String formatted = dtitvfmt.format(dtitv).toString(); in expectUserCLDR()
1041 DateInterval dtitv = new DateInterval(date.getTime(), date_2.getTime()); in stress() local
1060 dtitvfmt.format(dtitv); in stress()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateIntervalFormatTest.java713 DateInterval dtitv = new DateInterval(date.getTime(), in expect() local
719 String formatted = dtitvfmt.format(dtitv); in expect()
804 DateInterval dtitv = new DateInterval(date.getTime(), in expectUserDII() local
815 String formatted = dtitvfmt.format(dtitv); in expectUserDII()
878 DateInterval dtitv = new DateInterval(date.getTime(), in expectUserCLDR() local
897 fromCalendar.setTimeInMillis(dtitv.getFromDate()); in expectUserCLDR()
898 toCalendar.setTimeInMillis(dtitv.getToDate()); in expectUserCLDR()
902 String formatted = dtitvfmt.format(dtitv).toString(); in expectUserCLDR()
1040 DateInterval dtitv = new DateInterval(date.getTime(), date_2.getTime()); in stress() local
1059 dtitvfmt.format(dtitv); in stress()
[all …]
/external/icu/icu4c/source/test/intltest/
Ddtifmtts.cpp291 DateInterval* dtitv = new DateInterval(3600*24*365, 3600*24*366); in testAPI() local
292 formattable.adoptObject(dtitv); in testAPI()
1075 DateInterval dtitv(date, date_2); in expect() local
1082 dtitvfmt->format(&dtitv, str.remove(), pos, ec); in expect()
1273 DateInterval dtitv(date, date_2); in expectUserDII() local
1287 dtitvfmt->format(&dtitv, str.remove(), pos, ec); in expectUserDII()
1435 DateInterval dtitv(date, date_2); in stress() local
1458 dtitvfmt->format(&dtitv, str.remove(), pos, ec); in stress()
1483 dtitvfmt->format(&dtitv, str.remove(), pos, ec); in stress()