Lines Matching refs:IntlTimeZone
2 IntlTimeZone::createTimeZoneIDEnumeration(): variant without region
8 $enum = IntlTimeZone::createTimeZoneIDEnumeration(
9 IntlTimeZone::TYPE_ANY);
11 $enum = IntlTimeZone::createTimeZoneIDEnumeration(
12 IntlTimeZone::TYPE_CANONICAL);
14 $enum = IntlTimeZone::createTimeZoneIDEnumeration(
15 IntlTimeZone::TYPE_CANONICAL_LOCATION);
21 $enum = IntlTimeZone::createTimeZoneIDEnumeration(
22 IntlTimeZone::TYPE_ANY, null, null);
26 $enum = IntlTimeZone::createTimeZoneIDEnumeration(
27 IntlTimeZone::TYPE_ANY, null, -3600000);