Searched refs:iter_func (Results 1 – 1 of 1) sorted by relevance
413 int32_t (*iter_func)(UBreakIterator *); in PHP_FUNCTION() local472 iter_func = ubrk_previous; in PHP_FUNCTION()477 iter_func = ubrk_next; in PHP_FUNCTION()484 sub_str_start_pos = iter_func(bi); in PHP_FUNCTION()548 iter_func = ubrk_previous; in PHP_FUNCTION()553 iter_func = ubrk_next; in PHP_FUNCTION()560 sub_str_end_pos = iter_func(bi); in PHP_FUNCTION()
Completed in 8 milliseconds