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

/external/chromium_org/third_party/icu/source/i18n/
H A Dtimezone.cpp113 static icu::TimeZone* DEFAULT_ZONE = NULL; variable
139 delete DEFAULT_ZONE; local
140 DEFAULT_ZONE = NULL;
444 * Initialize DEFAULT_ZONE from the system default time zone.
445 * Upon return, DEFAULT_ZONE will not be NULL, unless operator new()
454 if (DEFAULT_ZONE != NULL) {
526 // The only way for DEFAULT_ZONE to be non-null at this point is if the user
529 U_ASSERT(DEFAULT_ZONE == NULL);
531 DEFAULT_ZONE = default_zone;
540 return (DEFAULT_ZONE !
[all...]
/external/icu/icu4c/source/i18n/
H A Dtimezone.cpp113 static icu::TimeZone* DEFAULT_ZONE = NULL; variable
139 delete DEFAULT_ZONE; local
140 DEFAULT_ZONE = NULL;
444 * Initialize DEFAULT_ZONE from the system default time zone.
445 * Upon return, DEFAULT_ZONE will not be NULL, unless operator new()
454 if (DEFAULT_ZONE != NULL) {
526 // The only way for DEFAULT_ZONE to be non-null at this point is if the user
529 U_ASSERT(DEFAULT_ZONE == NULL);
531 DEFAULT_ZONE = default_zone;
540 return (DEFAULT_ZONE !
[all...]
/external/valgrind/main/coregrind/m_replacemalloc/
H A Dvg_replace_malloc.c96 10210 DEFAULT_ZONE
1074 #define DEFAULT_ZONE(soname, fnname) \ macro
1082 DEFAULT_ZONE(VG_Z_LIBC_SONAME, malloc_default_zone);
1083 DEFAULT_ZONE(SO_SYN_MALLOC, malloc_default_zone);

Completed in 424 milliseconds