Home
last modified time | relevance | path

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

/php-src/ext/intl/common/
H A Dcommon_enum.cpp32 zend_class_entry *IntlIterator_ce_ptr; variable
143 object_init_ex(object, IntlIterator_ce_ptr); in IntlIterator_from_StringEnumeration()
286 IntlIterator_ce_ptr = register_class_IntlIterator(zend_ce_iterator); in intl_register_common_symbols()
287 IntlIterator_ce_ptr->create_object = IntlIterator_object_create; in intl_register_common_symbols()
288 IntlIterator_ce_ptr->default_object_handlers = &IntlIterator_handlers; in intl_register_common_symbols()
289 IntlIterator_ce_ptr->get_iterator = IntlIterator_get_iterator; in intl_register_common_symbols()
H A Dcommon_enum.h67 extern zend_class_entry *IntlIterator_ce_ptr;
/php-src/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp277 IntlPartsIterator_ce_ptr = register_class_IntlPartsIterator(IntlIterator_ce_ptr); in breakiterator_register_IntlPartsIterator_class()

Completed in 9 milliseconds