found_offset      650 ext/intl/grapheme/grapheme_string.c 			size_t found_offset = found - haystack;
found_offset      653 ext/intl/grapheme/grapheme_string.c 				RETURN_STRINGL(((char *)haystack) , found_offset, 1);
found_offset      655 ext/intl/grapheme/grapheme_string.c 				RETURN_STRINGL(((char *)found), haystack_len - found_offset, 1);
found_offset     1723 ext/standard/string.c 	int  found_offset;
found_offset     1755 ext/standard/string.c 		found_offset = found - haystack_dup;
found_offset     1757 ext/standard/string.c 			RETVAL_STRINGL(haystack, found_offset, 1);
found_offset     1759 ext/standard/string.c 			RETVAL_STRINGL(haystack + found_offset, haystack_len - found_offset, 1);
found_offset     1778 ext/standard/string.c 	long found_offset;
found_offset     1802 ext/standard/string.c 		found_offset = found - haystack;
found_offset     1804 ext/standard/string.c 			RETURN_STRINGL(haystack, found_offset, 1);
found_offset     1806 ext/standard/string.c 			RETURN_STRINGL(found, haystack_len - found_offset, 1);
found_offset     2114 ext/standard/string.c 	long found_offset;
found_offset     2133 ext/standard/string.c 		found_offset = found - haystack;
found_offset     2134 ext/standard/string.c 		RETURN_STRINGL(found, haystack_len - found_offset, 1);