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

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

Completed in 498 milliseconds