Searched refs:jsdf (Results 1 – 1 of 1) sorted by relevance
77 java.text.SimpleDateFormat jsdf = new java.text.SimpleDateFormat(); in testSimpleDateFormat() local78 assertEquals(jsdf.format(date), sdf.format(date)); in testSimpleDateFormat()86 java.text.SimpleDateFormat jsdf = new java.text.SimpleDateFormat(mdy); in testSimpleDateFormatString() local87 assertEquals(jsdf.format(date), sdf.format(date)); in testSimpleDateFormatString()96 java.text.SimpleDateFormat jsdf = new java.text.SimpleDateFormat(mdy, l); in testSimpleDateFormatStringLocale() local97 assertEquals(jsdf.format(date), sdf.format(date)); in testSimpleDateFormatStringLocale()106 java.text.SimpleDateFormat jsdf = new java.text.SimpleDateFormat(mdy, l.toLocale()); in testSimpleDateFormatStringULocale() local107 assertEquals(jsdf.format(date), sdf.format(date)); in testSimpleDateFormatStringULocale()118 java.text.SimpleDateFormat jsdf = new java.text.SimpleDateFormat(mdy, jdfs); in testSimpleDateFormatStringDateFormatSymbols() local119 assertEquals(jsdf.format(date), sdf.format(date)); in testSimpleDateFormatStringDateFormatSymbols()