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

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

Completed in 41 milliseconds