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

/PHP_5_5/ext/intl/grapheme/
H A Dgrapheme_string.c634 size_t found_offset = found - haystack; local
637 RETURN_STRINGL(((char *)haystack) , found_offset, 1);
639 RETURN_STRINGL(((char *)found), haystack_len - found_offset, 1);
/PHP_5_5/ext/standard/
H A Dstring.c1704 int found_offset; local
1736 found_offset = found - haystack_dup;
1738 RETVAL_STRINGL(haystack, found_offset, 1);
1740 RETVAL_STRINGL(haystack + found_offset, haystack_len - found_offset, 1);
1759 long found_offset; local
1783 found_offset = found - haystack;
1785 RETURN_STRINGL(haystack, found_offset, 1);
1787 RETURN_STRINGL(found, haystack_len - found_offset, 1);
2095 long found_offset; local
[all...]

Completed in 8 milliseconds