Searched refs:zone1 (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dvzone.cpp49 vzone_equals(const VZone* zone1, const VZone* zone2) { argument
50 return *(const VTimeZone*)zone1 == *(const VTimeZone*)zone2;
H A Dvzone.h75 * Returns true if zone1 is identical to zone2
77 * @param zone1 to be checked for containment
82 vzone_equals(const VZone* zone1, const VZone* zone2);
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dview.c1366 dns_zone_t *zone1 = NULL, *zone2 = NULL; local
1380 zp = (zone1 == NULL) ? &zone1 : &zone2;
1394 dns_zone_detach(&zone1);
1400 if (zone1 != NULL) {
1401 dns_zone_attach(zone1, zonep);
1402 dns_zone_detach(&zone1);
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtztest.cpp987 const char *zone1 = compatibilityMap[i]; local
990 TimeZone *tz1 = TimeZone::createTimeZone(zone1);
994 errln(UnicodeString("FAIL: Could not find short ID zone ") + zone1);
1005 errln("FAIL: " + UnicodeString(zone1) +
1008 logln("OK: " + UnicodeString(zone1) +
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dccaltst.c106 UChar zone1[32], zone2[32]; local
222 i = ucal_getDefaultTimeZone(zone1, sizeof(zone1)/sizeof(zone1[0]), &status);
243 ucal_setDefaultTimeZone(zone1, &status);

Completed in 126 milliseconds