Home
last modified time | relevance | path

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

/PHP-5.3/ext/intl/grapheme/
H A Dgrapheme_string.c630 size_t found_offset = found - haystack; in strstr_common_handler() local
633 RETURN_STRINGL(((char *)haystack) , found_offset, 1); in strstr_common_handler()
635 RETURN_STRINGL(((char *)found), haystack_len - found_offset, 1); in strstr_common_handler()
/PHP-5.3/ext/standard/
H A Dstring.c1631 int found_offset; local
1663 found_offset = found - haystack_dup;
1665 RETVAL_STRINGL(haystack, found_offset, 1);
1667 RETVAL_STRINGL(haystack + found_offset, haystack_len - found_offset, 1);
1686 long found_offset; local
1710 found_offset = found - haystack;
1712 RETURN_STRINGL(haystack, found_offset, 1);
1714 RETURN_STRINGL(found, haystack_len - found_offset, 1);
2022 long found_offset; local
2041 found_offset = found - haystack;
[all …]

Completed in 17 milliseconds