Home
last modified time | relevance | path

Searched refs:isInDST (Results 1 – 2 of 2) sorted by relevance

/PHP-5.4/ext/intl/dateformat/
H A Ddateformat_parse.c89 long isInDST = 0; in internal_parse_to_localtime() local
117 isInDST = ucal_inDaylightTime(parsed_calendar , &INTL_DATA_ERROR_CODE(dfo)); in internal_parse_to_localtime()
119 add_assoc_long( return_value, CALENDAR_ISDST,(isInDST==1?1:0)); in internal_parse_to_localtime()
H A Ddateformat_format.c93 UBool isInDST = FALSE; in internal_get_timestamp() local
105 isInDST = internal_get_arr_ele( dfo, hash_arr, CALENDAR_ISDST TSRMLS_CC); in internal_get_timestamp()

Completed in 7 milliseconds