Home
last modified time | relevance | path

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

/PHP-7.2/ext/intl/grapheme/
H A Dgrapheme_string.c114 size_t noffset = 0; in PHP_FUNCTION() local
130 noffset = offset >= 0 ? offset : (int32_t)haystack_len + offset; in PHP_FUNCTION()
143 found = php_memnstr(haystack + noffset, needle, needle_len, haystack + haystack_len); in PHP_FUNCTION()
204 int32_t noffset = offset >= 0 ? offset : (int32_t)haystack_len + offset; in PHP_FUNCTION() local
210 found = php_memnstr(haystack_dup + noffset, needle_dup, needle_len, haystack_dup + haystack_len); in PHP_FUNCTION()

Completed in 7 milliseconds