Home
last modified time | relevance | path

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

/PHP-5.6/ext/intl/grapheme/
H A Dgrapheme_string.c412 int sub_str_start_pos, sub_str_end_pos; in PHP_FUNCTION() local
557 sub_str_end_pos = 0; in PHP_FUNCTION()
560 sub_str_end_pos = iter_func(bi); in PHP_FUNCTION()
562 if ( UBRK_DONE == sub_str_end_pos ) { in PHP_FUNCTION()
571 if ( UBRK_DONE == sub_str_end_pos) { in PHP_FUNCTION()
578 sub_str_end_pos = ustr_len; in PHP_FUNCTION()
582 if(sub_str_start_pos > sub_str_end_pos) { in PHP_FUNCTION()
591 …to_utf8((char **)&sub_str, &sub_str_len, ustr + sub_str_start_pos, ( sub_str_end_pos - sub_str_sta… in PHP_FUNCTION()

Completed in 11 milliseconds