Searched refs:theFormat (Results 1 – 1 of 1) sorted by relevance
45 DateFormat *theFormat = 0; in getDateFormat() local53 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()