Searched refs:fullFmt (Results 1 – 4 of 4) sorted by relevance
53 UDateFormat *fullFmt, *fmt; in TestTwoDigitYearDSTParse() local64 … fullFmt= udat_open(UDAT_PATTERN, UDAT_PATTERN,"en_US",NULL,0,pattern, u_strlen(pattern),&status); in TestTwoDigitYearDSTParse()100 udat_close(fullFmt); in TestTwoDigitYearDSTParse()
380 …SimpleDateFormat* fullFmt = new SimpleDateFormat((UnicodeString)"EEE MMM dd HH:mm:ss.SSS zzz yyyy … in TestTwoDigitYearDSTParse() local400 logln(*s + " P> " + ((DateFormat*)fullFmt)->format(d, str)); in TestTwoDigitYearDSTParse()413 delete fullFmt; in TestTwoDigitYearDSTParse()
301 SimpleDateFormat fullFmt = new SimpleDateFormat("EEE MMM dd HH:mm:ss.SSS zzz yyyy G"); in TestTwoDigitYearDSTParse() local327 logln(s + " P> " + ((DateFormat) fullFmt).format(d)); in TestTwoDigitYearDSTParse()
304 SimpleDateFormat fullFmt = new SimpleDateFormat("EEE MMM dd HH:mm:ss.SSS zzz yyyy G"); in TestTwoDigitYearDSTParse() local330 logln(s + " P> " + ((DateFormat) fullFmt).format(d)); in TestTwoDigitYearDSTParse()