Searched refs:IntlDateFormatter_handlers (Results 1 – 1 of 1) sorted by relevance
31 static zend_object_handlers IntlDateFormatter_handlers; variable73 intern->zo.handlers = &IntlDateFormatter_handlers; in IntlDateFormatter_object_create()198 memcpy(&IntlDateFormatter_handlers, &std_object_handlers, in dateformat_register_IntlDateFormatter_class()199 sizeof IntlDateFormatter_handlers); in dateformat_register_IntlDateFormatter_class()200 IntlDateFormatter_handlers.offset = XtOffsetOf(IntlDateFormatter_object, zo); in dateformat_register_IntlDateFormatter_class()201 IntlDateFormatter_handlers.clone_obj = IntlDateFormatter_object_clone; in dateformat_register_IntlDateFormatter_class()202 IntlDateFormatter_handlers.dtor_obj = IntlDateFormatter_object_dtor; in dateformat_register_IntlDateFormatter_class()203 IntlDateFormatter_handlers.free_obj = IntlDateFormatter_object_free; in dateformat_register_IntlDateFormatter_class()
Completed in 6 milliseconds