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 118 static U_NAMESPACE_QUALIFIER TimeZone* DEFAULT_ZONE = NULL;
127 delete DEFAULT_ZONE;
128 DEFAULT_ZONE = NULL;
457 * Initialize DEFAULT_ZONE from the system default time zone. The
458 * caller should confirm that DEFAULT_ZONE is NULL before calling.
459 * Upon return, DEFAULT_ZONE will not be NULL, unless operator new()
501 UMTX_CHECK(&LOCK, (DEFAULT_ZONE != NULL), initialized);
507 TimeZone* default_zone = NULL; local
513 default_zone = createSystemTimeZone(hostStrID);
521 if (default_zone != NULL && rawOffset != default_zone->getRawOffset(
    [all...]
  /external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c 822 #define DEFAULT_ZONE(soname, fnname) \
831 DEFAULT_ZONE(VG_Z_LIBC_SONAME, malloc_zone_from_ptr);
832 DEFAULT_ZONE(VG_Z_LIBC_SONAME, malloc_default_zone);
    [all...]

Completed in 2960 milliseconds