Lines Matching refs:fgDateFormat
24 DateFormat* CalendarTimeZoneTest::fgDateFormat = 0;
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 = 0;