Home
last modified time | relevance | path

Searched refs:hmzmdyStr (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.java29 private static final String hmzmdyStr = "The time is 15:05:20 CST on Jan 10 2006"; field in SimpleDateFormatTest
49 assertEquals(hmzmdyStr, buf.toString()); in testFormatCalendarStringBufferFieldPosition()
60 sdf.parse(hmzmdyStr, cal, pp); in testParseStringCalendarParsePosition()
172 assertEquals(hmzmdyStr, sdf.format(date)); in testApplyPattern()
182 assertEquals(hmzmdyStr, sdf.format(date)); in testApplyLocalizedPattern()