Searched refs:IntlIterator_object (Results 1 – 3 of 3) sorted by relevance
52 } IntlIterator_object; typedef55 static inline IntlIterator_object *php_intl_iterator_fetch_object(zend_object *obj) { in php_intl_iterator_fetch_object()56 return (IntlIterator_object *)((char*)(obj) - XtOffsetOf(IntlIterator_object, zo)); in php_intl_iterator_fetch_object()
142 IntlIterator_object *ii; in IntlIterator_from_StringEnumeration()157 IntlIterator_object *ii = php_intl_iterator_fetch_object(object); in IntlIterator_objects_free()178 IntlIterator_object *ii = Z_INTL_ITERATOR_P(object); in IntlIterator_get_iterator()193 IntlIterator_object *intern; in IntlIterator_object_create()195 …intern = (IntlIterator_object*)ecalloc(1, sizeof(IntlIterator_object) + sizeof(zval) * (ce->defaul… in IntlIterator_object_create()298 IntlIterator_handlers.offset = XtOffsetOf(IntlIterator_object, zo); in intl_register_IntlIterator_class()
221 IntlIterator_object *ii; in IntlIterator_from_BreakIterator_parts()
Completed in 12 milliseconds