Searched refs:IntlDateFormatter_object (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/intl/dateformat/ |
H A D | dateformat_class.h | 31 } IntlDateFormatter_object; typedef 33 static inline IntlDateFormatter_object *php_intl_dateformatter_fetch_object(zend_object *obj) { in php_intl_dateformatter_fetch_object() 34 return (IntlDateFormatter_object *)((char*)(obj) - XtOffsetOf(IntlDateFormatter_object, zo)); in php_intl_dateformatter_fetch_object()
|
H A D | dateformat_class.c | 34 IntlDateFormatter_object* dfo = php_intl_dateformatter_fetch_object(object); in IntlDateFormatter_object_free() 49 IntlDateFormatter_object* intern; in IntlDateFormatter_object_create() 51 intern = zend_object_alloc(sizeof(IntlDateFormatter_object), ce); in IntlDateFormatter_object_create() 69 IntlDateFormatter_object *dfo, *new_dfo; in IntlDateFormatter_object_clone() 110 IntlDateFormatter_handlers.offset = XtOffsetOf(IntlDateFormatter_object, zo); in dateformat_register_IntlDateFormatter_class()
|
H A D | dateformat_format.c | 31 static void internal_format(IntlDateFormatter_object *dfo, UDate timestamp, zval *return_value) in internal_format() 56 static int32_t internal_get_arr_ele(IntlDateFormatter_object *dfo, in internal_get_arr_ele() 92 static UDate internal_get_timestamp(IntlDateFormatter_object *dfo, in internal_get_timestamp()
|
H A D | dateformat_parse.c | 34 static void internal_parse_to_timestamp(IntlDateFormatter_object *dfo, char* text_to_parse, size_t … in internal_parse_to_timestamp() 62 static void add_to_localtime_arr( IntlDateFormatter_object *dfo, zval* return_value, const UCalenda… in add_to_localtime_arr() 79 static void internal_parse_to_localtime(IntlDateFormatter_object *dfo, char* text_to_parse, size_t … in internal_parse_to_localtime()
|
H A D | dateformat_attrcpp.cpp | 33 static inline DateFormat *fetch_datefmt(IntlDateFormatter_object *dfo) { in fetch_datefmt()
|
H A D | dateformat_create.cpp | 69 IntlDateFormatter_object* dfo; in datefmt_ctor()
|
Completed in 15 milliseconds