Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp34 static zend_class_entry *IntlPartsIterator_ce_ptr; variable
213 object_init_ex(object, IntlPartsIterator_ce_ptr); in IntlIterator_from_BreakIterator_parts()
306 IntlPartsIterator_ce_ptr = zend_register_internal_class_ex(&ce, in breakiterator_register_IntlPartsIterator_class()
308 IntlPartsIterator_ce_ptr->create_object = IntlPartsIterator_object_create; in breakiterator_register_IntlPartsIterator_class()
315 zend_declare_class_constant_long(IntlPartsIterator_ce_ptr, #name, \ in breakiterator_register_IntlPartsIterator_class()

Completed in 6 milliseconds