Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dcaltztst.cpp43 DateFormat *theFormat = 0; in getDateFormat() local
51 theFormat = fgDateFormat; in getDateFormat()
56 if(theFormat == 0) // If we weren't able to pull it out of the cache, then we have to create it. in getDateFormat()
59 theFormat = new SimpleDateFormat(UnicodeString("EEE MMM dd HH:mm:ss zzz yyyy"), status); in getDateFormat()
62 delete theFormat; in getDateFormat()
63 theFormat = 0; in getDateFormat()
68 return theFormat; in getDateFormat()