Searched refs:IntlIterator_handlers (Results 1 – 3 of 3) sorted by relevance
34 zend_object_handlers IntlIterator_handlers; variable203 intern->zo.handlers = &IntlIterator_handlers; in IntlIterator_object_create()323 memcpy(&IntlIterator_handlers, &std_object_handlers, in intl_register_IntlIterator_class()324 sizeof IntlIterator_handlers); in intl_register_IntlIterator_class()325 IntlIterator_handlers.offset = XtOffsetOf(IntlIterator_object, zo); in intl_register_IntlIterator_class()326 IntlIterator_handlers.clone_obj = NULL; in intl_register_IntlIterator_class()327 IntlIterator_handlers.dtor_obj = zend_objects_destroy_object; in intl_register_IntlIterator_class()328 IntlIterator_handlers.free_obj = IntlIterator_objects_free; in intl_register_IntlIterator_class()
70 extern zend_object_handlers IntlIterator_handlers;
310 memcpy(&IntlPartsIterator_handlers, &IntlIterator_handlers, in breakiterator_register_IntlPartsIterator_class()
Completed in 11 milliseconds