Lines Matching refs:IntlTimeZone
2 IntlTimeZone::createTimeZoneIDEnumeration(): variant without region
10 $enum = IntlTimeZone::createTimeZoneIDEnumeration(
11 IntlTimeZone::TYPE_ANY);
13 $enum = IntlTimeZone::createTimeZoneIDEnumeration(
14 IntlTimeZone::TYPE_CANONICAL);
16 $enum = IntlTimeZone::createTimeZoneIDEnumeration(
17 IntlTimeZone::TYPE_CANONICAL_LOCATION);
23 $enum = IntlTimeZone::createTimeZoneIDEnumeration(
24 IntlTimeZone::TYPE_ANY, null, null);
28 $enum = IntlTimeZone::createTimeZoneIDEnumeration(
29 IntlTimeZone::TYPE_ANY, null, -3600000);