IntlDateFormatter_object   85 ext/intl/dateformat/dateformat.c 	dfo = (IntlDateFormatter_object *) zend_object_store_get_object( object TSRMLS_CC );
IntlDateFormatter_object  112 ext/intl/dateformat/dateformat.c 	dfo = (IntlDateFormatter_object *) zend_object_store_get_object( object TSRMLS_CC );
IntlDateFormatter_object   47 ext/intl/dateformat/dateformat_class.c 	IntlDateFormatter_object* dfo = (IntlDateFormatter_object*)object;
IntlDateFormatter_object   65 ext/intl/dateformat/dateformat_class.c 	IntlDateFormatter_object*     intern;
IntlDateFormatter_object   67 ext/intl/dateformat/dateformat_class.c 	intern = ecalloc( 1, sizeof(IntlDateFormatter_object) );
IntlDateFormatter_object   93 ext/intl/dateformat/dateformat_class.c 	IntlDateFormatter_object *dfo, *new_dfo;
IntlDateFormatter_object   98 ext/intl/dateformat/dateformat_class.c 	new_dfo = (IntlDateFormatter_object *)zend_object_store_get_object_by_handle(new_obj_val.handle TSRMLS_CC);
IntlDateFormatter_object   35 ext/intl/dateformat/dateformat_format.c static void internal_format(IntlDateFormatter_object *dfo, UDate timestamp, zval *return_value TSRMLS_DC)
IntlDateFormatter_object   62 ext/intl/dateformat/dateformat_format.c static int32_t internal_get_arr_ele(IntlDateFormatter_object *dfo,
IntlDateFormatter_object  101 ext/intl/dateformat/dateformat_format.c static UDate internal_get_timestamp(IntlDateFormatter_object *dfo,
IntlDateFormatter_object   37 ext/intl/dateformat/dateformat_parse.c static void internal_parse_to_timestamp(IntlDateFormatter_object *dfo, char* text_to_parse, int32_t text_len, int32_t *parse_pos, zval *return_value TSRMLS_DC)
IntlDateFormatter_object   65 ext/intl/dateformat/dateformat_parse.c static void add_to_localtime_arr( IntlDateFormatter_object *dfo, zval* return_value, const UCalendar *parsed_calendar, long calendar_field, char* key_name TSRMLS_DC)
IntlDateFormatter_object   84 ext/intl/dateformat/dateformat_parse.c static void internal_parse_to_localtime(IntlDateFormatter_object *dfo, char* text_to_parse, int32_t text_len, int32_t *parse_pos, zval *return_value TSRMLS_DC)