Home
last modified time | relevance | path

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

/php-src/ext/intl/grapheme/
H A Dgrapheme_string.c339 int32_t (*iter_func)(UBreakIterator *); in PHP_FUNCTION() local
406 iter_func = ubrk_previous; in PHP_FUNCTION()
411 iter_func = ubrk_next; in PHP_FUNCTION()
418 sub_str_start_pos = iter_func(bi); in PHP_FUNCTION()
480 iter_func = ubrk_previous; in PHP_FUNCTION()
485 iter_func = ubrk_next; in PHP_FUNCTION()
492 sub_str_end_pos = iter_func(bi); in PHP_FUNCTION()

Completed in 5 milliseconds