OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fgDateFormat
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/test/intltest/
caltztst.cpp
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
[
all
...]
caltztst.h
52
static DateFormat*
fgDateFormat
;
Completed in 996 milliseconds