Home
last modified time | relevance | path

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

/PHP-7.1/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp35 static zend_object_handlers IntlPartsIterator_handlers; variable
240 retval->handlers = &IntlPartsIterator_handlers; in IntlPartsIterator_object_create()
314 memcpy(&IntlPartsIterator_handlers, &IntlIterator_handlers, in breakiterator_register_IntlPartsIterator_class()
315 sizeof IntlPartsIterator_handlers); in breakiterator_register_IntlPartsIterator_class()
316 IntlPartsIterator_handlers.get_method = IntlPartsIterator_get_method; in breakiterator_register_IntlPartsIterator_class()

Completed in 4 milliseconds