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/icu4c/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 32 milliseconds