Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp35 static zend_object_handlers IntlPartsIterator_handlers; variable
237 retval->handlers = &IntlPartsIterator_handlers; in IntlPartsIterator_object_create()
310 memcpy(&IntlPartsIterator_handlers, &IntlIterator_handlers, in breakiterator_register_IntlPartsIterator_class()
311 sizeof IntlPartsIterator_handlers); in breakiterator_register_IntlPartsIterator_class()
312 IntlPartsIterator_handlers.get_method = IntlPartsIterator_get_method; in breakiterator_register_IntlPartsIterator_class()

Completed in 5 milliseconds