Searched defs:fgDateFormat (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/test/intltest/
H A Dcaltztst.h50 static DateFormat* fgDateFormat; member in class:CalendarTimeZoneTest
H A Dcaltztst.cpp24 DateFormat* CalendarTimeZoneTest::fgDateFormat = 0; member in class:CalendarTimeZoneTest
45 if (fgDateFormat != 0) // if there's something in the cache
49 if (fgDateFormat != 0) // Someone might have grabbed it.
51 theFormat = fgDateFormat;
52 fgDateFormat = 0; // We have exclusive right to this formatter.
73 if(fgDateFormat == 0) // If the cache is empty we must add it back.
77 if(fgDateFormat == 0)
79 fgDateFormat = adopt;
236 delete fgDateFormat;
237 fgDateFormat
[all...]

Completed in 59 milliseconds