Searched refs:IntlIterator_ce_ptr (Results 1 – 3 of 3) sorted by relevance
32 zend_class_entry *IntlIterator_ce_ptr; variable143 object_init_ex(object, IntlIterator_ce_ptr); in IntlIterator_from_StringEnumeration()288 IntlIterator_ce_ptr = register_class_IntlIterator(zend_ce_iterator); in intl_register_common_symbols()289 IntlIterator_ce_ptr->create_object = IntlIterator_object_create; in intl_register_common_symbols()290 IntlIterator_ce_ptr->get_iterator = IntlIterator_get_iterator; in intl_register_common_symbols()
67 extern zend_class_entry *IntlIterator_ce_ptr;
277 IntlPartsIterator_ce_ptr = register_class_IntlPartsIterator(IntlIterator_ce_ptr); in breakiterator_register_IntlPartsIterator_class()
Completed in 8 milliseconds