Home
last modified time | relevance | path

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

/PHP-7.1/ext/intl/grapheme/
H A Dgrapheme_string.c387 int sub_str_start_pos, sub_str_end_pos; in PHP_FUNCTION() local
537 sub_str_end_pos = 0; in PHP_FUNCTION()
540 sub_str_end_pos = iter_func(bi); in PHP_FUNCTION()
542 if ( UBRK_DONE == sub_str_end_pos ) { in PHP_FUNCTION()
551 if ( UBRK_DONE == sub_str_end_pos) { in PHP_FUNCTION()
558 sub_str_end_pos = ustr_len; in PHP_FUNCTION()
562 if(sub_str_start_pos > sub_str_end_pos) { in PHP_FUNCTION()
570 …u8_sub_str = intl_convert_utf16_to_utf8(ustr + sub_str_start_pos, ( sub_str_end_pos - sub_str_star… in PHP_FUNCTION()

Completed in 7 milliseconds