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

  /external/icu/icu4c/source/i18n/
timezone.cpp 115 static icu::TimeZone* DEFAULT_ZONE = NULL;
141 delete DEFAULT_ZONE;
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) {
550 TimeZone *default_zone = TimeZone::detectHostTimeZone(); local
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
    [all...]
  /external/valgrind/coregrind/m_replacemalloc/
vg_replace_malloc.c 96 10210 DEFAULT_ZONE
    [all...]

Completed in 1741 milliseconds