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.java857 DateInterval dtitv = new DateInterval(date.getTime(), in expect() local
863 String formatted = dtitvfmt.format(dtitv); in expect()
948 DateInterval dtitv = new DateInterval(date.getTime(), in expectUserDII() local
959 String formatted = dtitvfmt.format(dtitv); in expectUserDII()
1080 DateInterval dtitv = new DateInterval(date.getTime(), in expectUserCLDR() local
1099 fromCalendar.setTimeInMillis(dtitv.getFromDate()); in expectUserCLDR()
1100 toCalendar.setTimeInMillis(dtitv.getToDate()); in expectUserCLDR()
1104 String formatted = dtitvfmt.format(dtitv).toString(); in expectUserCLDR()
1242 DateInterval dtitv = new DateInterval(date.getTime(), date_2.getTime()); in stress() local
1261 dtitvfmt.format(dtitv); in stress()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateIntervalFormatTest.java854 DateInterval dtitv = new DateInterval(date.getTime(), in expect() local
860 String formatted = dtitvfmt.format(dtitv); in expect()
945 DateInterval dtitv = new DateInterval(date.getTime(), in expectUserDII() local
956 String formatted = dtitvfmt.format(dtitv); in expectUserDII()
1077 DateInterval dtitv = new DateInterval(date.getTime(), in expectUserCLDR() local
1096 fromCalendar.setTimeInMillis(dtitv.getFromDate()); in expectUserCLDR()
1097 toCalendar.setTimeInMillis(dtitv.getToDate()); in expectUserCLDR()
1101 String formatted = dtitvfmt.format(dtitv).toString(); in expectUserCLDR()
1239 DateInterval dtitv = new DateInterval(date.getTime(), date_2.getTime()); in stress() local
1258 dtitvfmt.format(dtitv); in stress()
[all …]
/external/icu/icu4c/source/test/intltest/
Ddtifmtts.cpp298 DateInterval* dtitv = new DateInterval(3600*24*365, 3600*24*366); in testAPI() local
299 formattable.adoptObject(dtitv); in testAPI()
1219 DateInterval dtitv(date, date_2); in expect() local
1226 dtitvfmt->format(&dtitv, str.remove(), pos, ec); in expect()
1496 DateInterval dtitv(date, date_2); in expectUserDII() local
1510 dtitvfmt->format(&dtitv, str.remove(), pos, ec); in expectUserDII()
1658 DateInterval dtitv(date, date_2); in stress() local
1681 dtitvfmt->format(&dtitv, str.remove(), pos, ec); in stress()
1706 dtitvfmt->format(&dtitv, str.remove(), pos, ec); in stress()