Searched defs: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.cpp236 SimpleDateFormat* fullFmt = new SimpleDateFormat((UnicodeString)"EEE MMM dd HH:mm:ss.SSS zzz yyyy G", status); local
256 logln(*s + " P> " + ((DateFormat*)fullFmt)->format(d, str));
269 delete fullFmt;

Completed in 469 milliseconds