Home
last modified time | relevance | path

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

/PHP-7.3/ext/intl/grapheme/
H A Dgrapheme_string.c392 int32_t (*iter_func)(UBreakIterator *); in PHP_FUNCTION() local
460 iter_func = ubrk_previous; in PHP_FUNCTION()
465 iter_func = ubrk_next; in PHP_FUNCTION()
472 sub_str_start_pos = iter_func(bi); in PHP_FUNCTION()
532 iter_func = ubrk_previous; in PHP_FUNCTION()
537 iter_func = ubrk_next; in PHP_FUNCTION()
544 sub_str_end_pos = iter_func(bi); in PHP_FUNCTION()

Completed in 5 milliseconds