OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fgCalendar
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/test/intltest/
caltztst.cpp
27
Calendar* CalendarTimeZoneTest::
fgCalendar
= 0;
94
if (
fgCalendar
!= 0) // if there's something in the cache
98
if (
fgCalendar
!= 0) // Someone might have grabbed it.
100
theCalendar =
fgCalendar
;
101
fgCalendar
= 0; // We have exclusive right to this calendar.
121
if(
fgCalendar
== 0) // If the cache is empty we must add it back.
125
if(
fgCalendar
== 0)
127
fgCalendar
= adopt;
240
delete
fgCalendar
;
241
fgCalendar
= 0
[
all
...]
caltztst.h
53
static Calendar*
fgCalendar
;
Completed in 62 milliseconds