Searched refs:IntlPartsIterator_handlers (Results 1 – 1 of 1) sorted by relevance
34 static zend_object_handlers IntlPartsIterator_handlers; variable235 retval->handlers = &IntlPartsIterator_handlers; in IntlPartsIterator_object_create()298 memcpy(&IntlPartsIterator_handlers, &IntlIterator_handlers, in breakiterator_register_IntlPartsIterator_class()299 sizeof IntlPartsIterator_handlers); in breakiterator_register_IntlPartsIterator_class()300 IntlPartsIterator_handlers.get_method = IntlPartsIterator_get_method; in breakiterator_register_IntlPartsIterator_class()
Completed in 4 milliseconds