Home
last modified time | relevance | path

Searched refs:fullFmt (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/test/cintltst/
Dcdtdptst.c49 UDateFormat *fullFmt, *fmt; in TestTwoDigitYearDSTParse() local
60 fullFmt= udat_open(UDAT_IGNORE, UDAT_IGNORE,"en_US",NULL,0,pattern, u_strlen(pattern),&status); in TestTwoDigitYearDSTParse()
95 udat_close(fullFmt); in TestTwoDigitYearDSTParse()
/external/icu4c/test/intltest/
Ddtfmttst.cpp226 …SimpleDateFormat* fullFmt = new SimpleDateFormat((UnicodeString)"EEE MMM dd HH:mm:ss.SSS zzz yyyy … in TestTwoDigitYearDSTParse() local
246 logln(*s + " P> " + ((DateFormat*)fullFmt)->format(d, str)); in TestTwoDigitYearDSTParse()
259 delete fullFmt; in TestTwoDigitYearDSTParse()