HomeSort by relevance Sort by last modified time
    Searched refs:DEFAULT_ZONE (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
timezone.cpp 121 static U_NAMESPACE_QUALIFIER TimeZone* DEFAULT_ZONE = NULL;
138 delete DEFAULT_ZONE;
139 DEFAULT_ZONE = NULL;
438 * Initialize DEFAULT_ZONE from the system default time zone. The
439 * caller should confirm that DEFAULT_ZONE is NULL before calling.
440 * Upon return, DEFAULT_ZONE will not be NULL, unless operator new()
482 UMTX_CHECK(&LOCK, (DEFAULT_ZONE != NULL), initialized);
488 TimeZone* default_zone = NULL; local
494 default_zone = createSystemTimeZone(hostStrID);
502 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 65 milliseconds