Lines Matching refs:IntlTimeZone
2 IntlTimeZone::createTimeZoneIDEnumeration(): variant without region
12 $enum = IntlTimeZone::createTimeZoneIDEnumeration(
13 IntlTimeZone::TYPE_ANY);
15 $enum = IntlTimeZone::createTimeZoneIDEnumeration(
16 IntlTimeZone::TYPE_CANONICAL);
18 $enum = IntlTimeZone::createTimeZoneIDEnumeration(
19 IntlTimeZone::TYPE_CANONICAL_LOCATION);
25 $enum = IntlTimeZone::createTimeZoneIDEnumeration(
26 IntlTimeZone::TYPE_ANY, null, null);
30 $enum = IntlTimeZone::createTimeZoneIDEnumeration(
31 IntlTimeZone::TYPE_ANY, null, -3600000);