Home
last modified time | relevance | path

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

/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DSimpleDateFormatTest.java28 private static final String hmzmdy = hmz + " 'on' " + mdy; field in SimpleDateFormatTest
47 SimpleDateFormat sdf = new SimpleDateFormat(hmzmdy); in testFormatCalendarStringBufferFieldPosition()
59 SimpleDateFormat sdf = new SimpleDateFormat(hmzmdy); in testParseStringCalendarParsePosition()
171 sdf.applyPattern(hmzmdy); in testApplyPattern()
181 sdf.applyLocalizedPattern(hmzmdy); in testApplyLocalizedPattern()
199 SimpleDateFormat sdf = new SimpleDateFormat(hmzmdy); in testSetDateFormatSymbols()