Searched refs:IntlPartsIterator_handlers (Results 1 – 1 of 1) sorted by relevance
35 static zend_object_handlers IntlPartsIterator_handlers; variable240 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 6 milliseconds