Home
last modified time | relevance | path

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

/PHP-5.6/ext/intl/grapheme/
H A Dgrapheme_string.c115 int32_t offset = 0, noffset = 0; in PHP_FUNCTION() local
135 noffset = offset >= 0 ? offset : haystack_len + offset; in PHP_FUNCTION()
150 …found = (unsigned char *)php_memnstr((char *)haystack + noffset, (char *)needle, needle_len, (char… in PHP_FUNCTION()
218 int32_t noffset = offset >= 0 ? offset : haystack_len + offset; in PHP_FUNCTION() local
224 …found = (unsigned char*) php_memnstr((char *)haystack_dup + noffset, (char *)needle_dup, needle_le… in PHP_FUNCTION()

Completed in 7 milliseconds