Searched refs:IntlDateFormatter_object (Results 1 – 6 of 6) sorted by relevance
/PHP-7.3/ext/intl/dateformat/ |
H A D | dateformat_class.h | 33 } IntlDateFormatter_object; typedef 35 static inline IntlDateFormatter_object *php_intl_dateformatter_fetch_object(zend_object *obj) { in php_intl_dateformatter_fetch_object() 36 return (IntlDateFormatter_object *)((char*)(obj) - XtOffsetOf(IntlDateFormatter_object, zo)); in php_intl_dateformatter_fetch_object()
|
H A D | dateformat_class.c | 47 IntlDateFormatter_object* dfo = php_intl_dateformatter_fetch_object(object); in IntlDateFormatter_object_free() 62 IntlDateFormatter_object* intern; in IntlDateFormatter_object_create() 64 intern = zend_object_alloc(sizeof(IntlDateFormatter_object), ce); in IntlDateFormatter_object_create() 82 IntlDateFormatter_object *dfo, *new_dfo; in IntlDateFormatter_object_clone() 200 IntlDateFormatter_handlers.offset = XtOffsetOf(IntlDateFormatter_object, zo); in dateformat_register_IntlDateFormatter_class()
|
H A D | dateformat_format.c | 36 static void internal_format(IntlDateFormatter_object *dfo, UDate timestamp, zval *return_value) in internal_format() 63 static int32_t internal_get_arr_ele(IntlDateFormatter_object *dfo, in internal_get_arr_ele() 101 static UDate internal_get_timestamp(IntlDateFormatter_object *dfo, in internal_get_timestamp()
|
H A D | dateformat_parse.c | 37 static void internal_parse_to_timestamp(IntlDateFormatter_object *dfo, char* text_to_parse, size_t … in internal_parse_to_timestamp() 65 static void add_to_localtime_arr( IntlDateFormatter_object *dfo, zval* return_value, const UCalenda… in add_to_localtime_arr() 84 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 | 36 static inline DateFormat *fetch_datefmt(IntlDateFormatter_object *dfo) { in fetch_datefmt()
|
H A D | dateformat_create.cpp | 71 IntlDateFormatter_object* dfo; in datefmt_ctor()
|
Completed in 186 milliseconds