php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
breakiterator_iterators.h File Reference
#include <unicode/umachine.h>
#include <math.h>
#include <php.h>

Go to the source code of this file.

Enumerations

enum  parts_iter_key_type { PARTS_ITERATOR_KEY_SEQUENTIAL , PARTS_ITERATOR_KEY_LEFT , PARTS_ITERATOR_KEY_RIGHT }
 

Functions

U_CFUNC zend_object_iterator_breakiterator_get_iterator (zend_class_entry *ce, zval *object, int by_ref)
 
U_CFUNC void breakiterator_register_IntlPartsIterator_class (void)
 

Enumeration Type Documentation

◆ parts_iter_key_type

Enumerator
PARTS_ITERATOR_KEY_SEQUENTIAL 
PARTS_ITERATOR_KEY_LEFT 
PARTS_ITERATOR_KEY_RIGHT 

Definition at line 24 of file breakiterator_iterators.h.

Function Documentation

◆ _breakiterator_get_iterator()

U_CFUNC zend_object_iterator * _breakiterator_get_iterator ( zend_class_entry * ce,
zval * object,
int by_ref )

◆ breakiterator_register_IntlPartsIterator_class()

U_CFUNC void breakiterator_register_IntlPartsIterator_class ( void )