Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dcaltztst.cpp26 DateFormat* CalendarTimeZoneTest::fgDateFormat = 0; member in CalendarTimeZoneTest
47 if (fgDateFormat != 0) // if there's something in the cache in getDateFormat()
51 if (fgDateFormat != 0) // Someone might have grabbed it. in getDateFormat()
53 theFormat = fgDateFormat; in getDateFormat()
54 fgDateFormat = 0; // We have exclusive right to this formatter. in getDateFormat()
75 if(fgDateFormat == 0) // If the cache is empty we must add it back. in releaseDateFormat()
79 if(fgDateFormat == 0) in releaseDateFormat()
81 fgDateFormat = adopt; in releaseDateFormat()
238 delete fgDateFormat; in cleanup()
239 fgDateFormat = 0; in cleanup()
Dcaltztst.h52 static DateFormat* fgDateFormat;