Home
last modified time | relevance | path

Searched refs:IntlIterator_handlers (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/intl/common/
H A Dcommon_enum.cpp34 zend_object_handlers IntlIterator_handlers; variable
218 retval.handlers = &IntlIterator_handlers; in IntlIterator_object_create()
338 memcpy(&IntlIterator_handlers, zend_get_std_object_handlers(), in intl_register_IntlIterator_class()
339 sizeof IntlIterator_handlers); in intl_register_IntlIterator_class()
340 IntlIterator_handlers.clone_obj = NULL; in intl_register_IntlIterator_class()
H A Dcommon_enum.h64 extern zend_object_handlers IntlIterator_handlers;
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp329 memcpy(&IntlPartsIterator_handlers, &IntlIterator_handlers, in breakiterator_register_IntlPartsIterator_class()

Completed in 12 milliseconds