Searched refs:smptfmt (Results 1 – 3 of 3) sorted by relevance
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | DateFormatTest.java | 814 SimpleDateFormat smptfmt = new SimpleDateFormat("Z", locale); in TestTimeZoneInLocale() local 817 TESTS[i][1], smptfmt.getTimeZone().getID()); in TestTimeZoneInLocale() 820 TESTS[i][2], smptfmt.getCalendar().getType()); in TestTimeZoneInLocale() 822 smptfmt = new SimpleDateFormat("Z", "", ulocale); in TestTimeZoneInLocale() 825 TESTS[i][1], smptfmt.getTimeZone().getID()); in TestTimeZoneInLocale() 828 TESTS[i][2], smptfmt.getCalendar().getType()); in TestTimeZoneInLocale() 830 smptfmt = new SimpleDateFormat("Z", ulocale); in TestTimeZoneInLocale() 833 TESTS[i][1], smptfmt.getTimeZone().getID()); in TestTimeZoneInLocale() 836 TESTS[i][2], smptfmt.getCalendar().getType()); in TestTimeZoneInLocale()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateFormatTest.java | 811 SimpleDateFormat smptfmt = new SimpleDateFormat("Z", locale); in TestTimeZoneInLocale() local 814 TESTS[i][1], smptfmt.getTimeZone().getID()); in TestTimeZoneInLocale() 817 TESTS[i][2], smptfmt.getCalendar().getType()); in TestTimeZoneInLocale() 819 smptfmt = new SimpleDateFormat("Z", "", ulocale); in TestTimeZoneInLocale() 822 TESTS[i][1], smptfmt.getTimeZone().getID()); in TestTimeZoneInLocale() 825 TESTS[i][2], smptfmt.getCalendar().getType()); in TestTimeZoneInLocale() 827 smptfmt = new SimpleDateFormat("Z", ulocale); in TestTimeZoneInLocale() 830 TESTS[i][1], smptfmt.getTimeZone().getID()); in TestTimeZoneInLocale() 833 TESTS[i][2], smptfmt.getCalendar().getType()); in TestTimeZoneInLocale()
|
/external/icu/icu4c/source/test/intltest/ |
D | dtfmttst.cpp | 3480 SimpleDateFormat smptfmt("Z", locale, status); in TestTimeZoneInLocale() local 3483 expectedTimezone, smptfmt.getTimeZone().getID(actual)); in TestTimeZoneInLocale() 3485 testLine[2], smptfmt.getCalendar()->getType()); in TestTimeZoneInLocale()
|