Searched refs:DEFAULT_ZONE (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dtimezone.cpp115 static icu::TimeZone* DEFAULT_ZONE = NULL; variable
141 delete DEFAULT_ZONE; local
142 DEFAULT_ZONE = NULL;
523 * Initialize DEFAULT_ZONE from the system default time zone.
524 * Upon return, DEFAULT_ZONE will not be NULL, unless operator new()
533 if (DEFAULT_ZONE != NULL) {
552 // The only way for DEFAULT_ZONE to be non-null at this point is if the user
555 U_ASSERT(DEFAULT_ZONE == NULL);
557 DEFAULT_ZONE = default_zone;
566 return (DEFAULT_ZONE !
[all...]
/external/valgrind/coregrind/m_replacemalloc/
H A Dvg_replace_malloc.c96 10210 DEFAULT_ZONE
1189 #define DEFAULT_ZONE(soname, fnname) \ macro
1197 DEFAULT_ZONE(VG_Z_LIBC_SONAME, malloc_default_zone);
1198 DEFAULT_ZONE(SO_SYN_MALLOC, malloc_default_zone);
1199 DEFAULT_ZONE(VG_Z_LIBC_SONAME, malloc_default_purgeable_zone);
1200 DEFAULT_ZONE(SO_SYN_MALLOC, malloc_default_purgeable_zone);

Completed in 151 milliseconds