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()
379 …SimpleDateFormat* fullFmt = new SimpleDateFormat((UnicodeString)"EEE MMM dd HH:mm:ss.SSS zzz yyyy … in TestTwoDigitYearDSTParse() local399 logln(*s + " P> " + ((DateFormat*)fullFmt)->format(d, str)); in TestTwoDigitYearDSTParse()412 delete fullFmt; in TestTwoDigitYearDSTParse()
298 SimpleDateFormat fullFmt = new SimpleDateFormat("EEE MMM dd HH:mm:ss.SSS zzz yyyy G"); in TestTwoDigitYearDSTParse() local324 logln(s + " P> " + ((DateFormat) fullFmt).format(d)); in TestTwoDigitYearDSTParse()
297 SimpleDateFormat fullFmt = new SimpleDateFormat("EEE MMM dd HH:mm:ss.SSS zzz yyyy G"); in TestTwoDigitYearDSTParse() local323 logln(s + " P> " + ((DateFormat) fullFmt).format(d)); in TestTwoDigitYearDSTParse()