OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEFAULT_ZONE
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
timezone.cpp
114
static icu::TimeZone*
DEFAULT_ZONE
= NULL;
132
delete
DEFAULT_ZONE
;
133
DEFAULT_ZONE
= NULL;
449
* Initialize
DEFAULT_ZONE
from the system default time zone. The
450
* caller should confirm that
DEFAULT_ZONE
is NULL before calling.
451
* Upon return,
DEFAULT_ZONE
will not be NULL, unless operator new()
493
UMTX_CHECK(&LOCK, (
DEFAULT_ZONE
!= NULL), initialized);
499
TimeZone*
default_zone
= NULL;
local
505
default_zone
= createSystemTimeZone(hostStrID);
513
if (
default_zone
!= NULL && rawOffset != default_zone->getRawOffset(
[
all
...]
/external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c
96
10210
DEFAULT_ZONE
[
all
...]
Completed in 549 milliseconds