Searched refs:found_offset (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/ext/intl/grapheme/ |
| H A D | grapheme_string.c | 630 size_t found_offset = found - haystack; local 633 RETURN_STRINGL(((char *)haystack) , found_offset, 1); 635 RETURN_STRINGL(((char *)found), haystack_len - found_offset, 1);
|
| /PHP_5_3/ext/standard/ |
| H A D | string.c | 1631 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 [all...] |
Completed in 7 milliseconds