Lines Matching refs:TimeZone

69 	TimeZone *tz = TimeZone::createTimeZone(id);  in PHP_FUNCTION()
76 TimeZone *tz; in PHP_FUNCTION()
114 TimeZone *tz = TimeZone::createDefault(); in PHP_FUNCTION()
128 timezone_object_construct(TimeZone::getGMT(), return_value, 0 TSRMLS_CC); in PHP_FUNCTION()
142 timezone_object_construct(&TimeZone::getUnknown(), return_value, 0 TSRMLS_CC); in PHP_FUNCTION()
161 se = TimeZone::createEnumeration(); in PHP_FUNCTION()
170 se = TimeZone::createEnumeration((int32_t) Z_LVAL_PP(arg)); in PHP_FUNCTION()
195 se = TimeZone::createEnumeration(Z_STRVAL_PP(arg)); in PHP_FUNCTION()
232 int32_t result = TimeZone::countEquivalentIDs(id); in PHP_FUNCTION()
284 se = TimeZone::createTimeZoneIDEnumeration((USystemTimeZoneType)zoneType, in PHP_FUNCTION()
317 TimeZone::getCanonicalID(id, result, isSystemID, status); in PHP_FUNCTION()
355 int32_t region_len = TimeZone::getRegion(id, outbuf, sizeof(outbuf), status); in PHP_FUNCTION()
373 const char *res = TimeZone::getTZDataVersion(status); in PHP_FUNCTION()
403 const UnicodeString result = TimeZone::getEquivalentID(id, (int32_t)index); in PHP_FUNCTION()
526 static const TimeZone::EDisplayType display_types[] = {
527 TimeZone::SHORT, TimeZone::LONG,
529 TimeZone::SHORT_GENERIC, TimeZone::LONG_GENERIC,
530 TimeZone::SHORT_GMT, TimeZone::LONG_GMT,
531 TimeZone::SHORT_COMMONLY_USED, TimeZone::GENERIC_LOCATION
538 long display_type = TimeZone::LONG; in PHP_FUNCTION()
569 to->utimezone->getDisplayName((UBool)daylight, (TimeZone::EDisplayType)display_type, in PHP_FUNCTION()