Lines Matching refs:fgDateFormat
26 DateFormat* CalendarTimeZoneTest::fgDateFormat = 0;
47 if (fgDateFormat != 0) // if there's something in the cache
51 if (fgDateFormat != 0) // Someone might have grabbed it.
53 theFormat = fgDateFormat;
54 fgDateFormat = 0; // We have exclusive right to this formatter.
75 if(fgDateFormat == 0) // If the cache is empty we must add it back.
79 if(fgDateFormat == 0)
81 fgDateFormat = adopt;
238 delete fgDateFormat;
239 fgDateFormat = 0;