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

  /external/chromium_org/third_party/icu/source/test/intltest/
caltztst.cpp 25 Calendar* CalendarTimeZoneTest::fgCalendar = 0;
92 if (fgCalendar != 0) // if there's something in the cache
96 if (fgCalendar != 0) // Someone might have grabbed it.
98 theCalendar = fgCalendar;
99 fgCalendar = 0; // We have exclusive right to this calendar.
119 if(fgCalendar == 0) // If the cache is empty we must add it back.
123 if(fgCalendar == 0)
125 fgCalendar = adopt;
238 delete fgCalendar;
239 fgCalendar = 0
    [all...]
caltztst.h 51 static Calendar* fgCalendar;
  /external/icu/icu4c/source/test/intltest/
caltztst.cpp 25 Calendar* CalendarTimeZoneTest::fgCalendar = 0;
92 if (fgCalendar != 0) // if there's something in the cache
96 if (fgCalendar != 0) // Someone might have grabbed it.
98 theCalendar = fgCalendar;
99 fgCalendar = 0; // We have exclusive right to this calendar.
119 if(fgCalendar == 0) // If the cache is empty we must add it back.
123 if(fgCalendar == 0)
125 fgCalendar = adopt;
238 delete fgCalendar;
239 fgCalendar = 0
    [all...]
caltztst.h 51 static Calendar* fgCalendar;

Completed in 44 milliseconds