Home
last modified time | relevance | path

Searched refs:IntlDateFormatter_object (Results 1 – 6 of 6) sorted by relevance

/PHP-5.3/ext/intl/dateformat/
H A Ddateformat_class.c45 IntlDateFormatter_object* dfo = (IntlDateFormatter_object*)object; in IntlDateFormatter_object_free()
63 IntlDateFormatter_object* intern; in IntlDateFormatter_object_create()
65 intern = ecalloc( 1, sizeof(IntlDateFormatter_object) ); in IntlDateFormatter_object_create()
90 IntlDateFormatter_object *dfo, *new_dfo; in IntlDateFormatter_object_clone()
95 …new_dfo = (IntlDateFormatter_object *)zend_object_store_get_object_by_handle(new_obj_val.handle TS… in IntlDateFormatter_object_clone()
H A Ddateformat_format.c35 static void internal_format(IntlDateFormatter_object *dfo, UDate timestamp, zval *return_value TSRM… in internal_format()
62 static double internal_get_arr_ele(IntlDateFormatter_object *dfo, HashTable* hash_arr, char* key_na… in internal_get_arr_ele()
83 static UDate internal_get_timestamp(IntlDateFormatter_object *dfo, HashTable* hash_arr TSRMLS_DC) in internal_get_timestamp()
H A Ddateformat.c88 IntlDateFormatter_object* dfo; in datefmt_ctor()
239 dfo = (IntlDateFormatter_object *) zend_object_store_get_object( object TSRMLS_CC ); in PHP_FUNCTION()
266 dfo = (IntlDateFormatter_object *) zend_object_store_get_object( object TSRMLS_CC ); in PHP_FUNCTION()
H A Ddateformat_parse.c37 static void internal_parse_to_timestamp(IntlDateFormatter_object *dfo, char* text_to_parse, int32_t… in internal_parse_to_timestamp()
65 static void add_to_localtime_arr( IntlDateFormatter_object *dfo, zval* return_value, UCalendar pars… in add_to_localtime_arr()
84 static void internal_parse_to_localtime(IntlDateFormatter_object *dfo, char* text_to_parse, int32_t… in internal_parse_to_localtime()
H A Ddateformat_class.h33 } IntlDateFormatter_object; typedef
H A Ddateformat_attr.c30 static void internal_set_calendar(IntlDateFormatter_object *dfo, char* timezone_id, int timezone_id… in internal_set_calendar()

Completed in 17 milliseconds