Home
last modified time | relevance | path

Searched refs:jsdf (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.java77 java.text.SimpleDateFormat jsdf = new java.text.SimpleDateFormat(); in testSimpleDateFormat() local
78 assertEquals(jsdf.format(date), sdf.format(date)); in testSimpleDateFormat()
86 java.text.SimpleDateFormat jsdf = new java.text.SimpleDateFormat(mdy); in testSimpleDateFormatString() local
87 assertEquals(jsdf.format(date), sdf.format(date)); in testSimpleDateFormatString()
96 java.text.SimpleDateFormat jsdf = new java.text.SimpleDateFormat(mdy, l); in testSimpleDateFormatStringLocale() local
97 assertEquals(jsdf.format(date), sdf.format(date)); in testSimpleDateFormatStringLocale()
106 java.text.SimpleDateFormat jsdf = new java.text.SimpleDateFormat(mdy, l.toLocale()); in testSimpleDateFormatStringULocale() local
107 assertEquals(jsdf.format(date), sdf.format(date)); in testSimpleDateFormatStringULocale()
118 java.text.SimpleDateFormat jsdf = new java.text.SimpleDateFormat(mdy, jdfs); in testSimpleDateFormatStringDateFormatSymbols() local
119 assertEquals(jsdf.format(date), sdf.format(date)); in testSimpleDateFormatStringDateFormatSymbols()