Searched defs:haystack_len (Results 1 – 3 of 3) sorted by relevance
/PHP-7.3/ext/intl/grapheme/ |
H A D | grapheme_string.c | 113 size_t haystack_len, needle_len; in PHP_FUNCTION() local 176 size_t haystack_len, needle_len; in PHP_FUNCTION() local 246 size_t haystack_len, needle_len; in PHP_FUNCTION() local 309 size_t haystack_len, needle_len; in PHP_FUNCTION() local 598 size_t haystack_len, needle_len; in strstr_common_handler() local
|
H A D | grapheme_util.c | 133 int32_t grapheme_strpos_utf16(char *haystack, size_t haystack_len, char *needle, size_t needle_len,… in grapheme_strpos_utf16() 338 grapheme_strrpos_ascii(char *haystack, size_t haystack_len, char *needle, size_t needle_len, int32_… in grapheme_strrpos_ascii()
|
/PHP-7.3/ext/standard/ |
H A D | string.c | 5689 size_t haystack_len, needle_len; local
|
Completed in 31 milliseconds