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