Searched refs:iter_func (Results 1 – 1 of 1) sorted by relevance
390 int32_t (*iter_func)(UBreakIterator *); in PHP_FUNCTION() local458 iter_func = ubrk_previous; in PHP_FUNCTION()463 iter_func = ubrk_next; in PHP_FUNCTION()470 sub_str_start_pos = iter_func(bi); in PHP_FUNCTION()530 iter_func = ubrk_previous; in PHP_FUNCTION()535 iter_func = ubrk_next; in PHP_FUNCTION()542 sub_str_end_pos = iter_func(bi); in PHP_FUNCTION()
Completed in 5 milliseconds