Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dcaltztst.cpp45 DateFormat *theFormat = 0; in getDateFormat() local
53 theFormat = fgDateFormat; in getDateFormat()
58 if(theFormat == 0) // If we weren't able to pull it out of the cache, then we have to create it. in getDateFormat()
61 theFormat = new SimpleDateFormat(UnicodeString("EEE MMM dd HH:mm:ss zzz yyyy"), status); in getDateFormat()
64 delete theFormat; in getDateFormat()
65 theFormat = 0; in getDateFormat()
70 return theFormat; in getDateFormat()