Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/grapheme/
H A Dgrapheme_string.c652 size_t found_offset = found - haystack; in strstr_common_handler() local
655 RETURN_STRINGL(((char *)haystack) , found_offset, 1); in strstr_common_handler()
657 RETURN_STRINGL(((char *)found), haystack_len - found_offset, 1); in strstr_common_handler()
/PHP-5.5/ext/standard/
H A Dstring.c1731 int found_offset; local
1763 found_offset = found - haystack_dup;
1765 RETVAL_STRINGL(haystack, found_offset, 1);
1767 RETVAL_STRINGL(haystack + found_offset, haystack_len - found_offset, 1);
1786 long found_offset; local
1810 found_offset = found - haystack;
1812 RETURN_STRINGL(haystack, found_offset, 1);
1814 RETURN_STRINGL(found, haystack_len - found_offset, 1);
2122 long found_offset; local
2141 found_offset = found - haystack;
[all …]

Completed in 21 milliseconds