HomeSort by relevance Sort by last modified time
    Searched refs:fullFmt (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/cintltst/
cdtdptst.c 49 UDateFormat *fullFmt, *fmt;
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/
dtfmttst.cpp 236 SimpleDateFormat* fullFmt = new SimpleDateFormat((UnicodeString)"EEE MMM dd HH:mm:ss.SSS zzz yyyy G", status);
256 logln(*s + " P> " + ((DateFormat*)fullFmt)->format(d, str));
269 delete fullFmt;
    [all...]

Completed in 2102 milliseconds