/PHP-5.3/ext/intl/doc/ |
H A D | grapheme_api.php | 38 function grapheme_strpos($haystack, $needle, $offset = 0) {} 50 function grapheme_stripos($haystack, $needle, $offset = 0) {} 62 function grapheme_strrpos($haystack, $needle, $offset = 0) {} 74 function grapheme_strripos($haystack, $needle, $offset = 0) {} 104 function grapheme_strstr($haystack, $needle, $before_needle = FALSE) {} 115 function grapheme_stristr($haystack, $needle, $before_needle = FALSE) {} 128 …function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_COUNT, $start = 0, &$nex…
|
/PHP-5.3/ext/intl/grapheme/ |
H A D | grapheme_string.c | 111 unsigned char *haystack, *needle; in PHP_FUNCTION() local 178 unsigned char *haystack, *needle, *haystack_dup, *needle_dup; in PHP_FUNCTION() local 253 unsigned char *haystack, *needle; in PHP_FUNCTION() local 323 unsigned char *haystack, *needle; in PHP_FUNCTION() local 595 unsigned char *haystack, *needle, *found; in strstr_common_handler() local
|
H A D | grapheme_util.c | 152 grapheme_strrpos_utf16(unsigned char *haystack, int32_t haystack_len, unsigned char*needle, int32_t… in grapheme_strrpos_utf16() 286 grapheme_strpos_utf16(unsigned char *haystack, int32_t haystack_len, unsigned char*needle, int32_t … in grapheme_strpos_utf16() 460 grapheme_memnstr_grapheme(UBreakIterator *bi, UChar *haystack, UChar *needle, int32_t needle_len, U… in grapheme_memnstr_grapheme() 570 grapheme_strrpos_ascii(unsigned char *haystack, int32_t haystack_len, unsigned char *needle, int32_… in grapheme_strrpos_ascii()
|
/PHP-5.3/ext/mbstring/ |
H A D | mbstring.c | 2058 mbfl_string haystack, needle; in PHP_FUNCTION() local 2121 mbfl_string haystack, needle; in PHP_FUNCTION() local 2220 mbfl_string haystack, needle; in PHP_FUNCTION() local 2249 mbfl_string haystack, needle; in PHP_FUNCTION() local 2274 mbfl_string haystack, needle, result, *ret = NULL; in PHP_FUNCTION() local 2332 mbfl_string haystack, needle, result, *ret = NULL; in PHP_FUNCTION() local 2394 mbfl_string haystack, needle, result, *ret = NULL; in PHP_FUNCTION() local 2452 mbfl_string haystack, needle, result, *ret = NULL; in PHP_FUNCTION() local 2504 mbfl_string haystack, needle; in PHP_FUNCTION() local 4656 mbfl_string haystack, needle; in php_mb_stripos() local
|
/PHP-5.3/ext/standard/ |
H A D | string.c | 1628 char *haystack; local 1682 char *haystack; local 1730 char *haystack; local 1780 char *haystack; local 1843 char *needle, *haystack; local 1916 char *needle, *haystack; local 2020 char *haystack; local 3398 PHPAPI char *php_str_to_str_ex(char *haystack, int length, 3570 PHPAPI char *php_str_to_str(char *haystack, int length, 4835 char *haystack, *needle; local [all …]
|
/PHP-5.3/Zend/ |
H A D | zend_operators.h | 227 zend_memnstr(char *haystack, char *needle, int needle_len, char *end) in zend_memnstr()
|
/PHP-5.3/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 1874 char *haystack; local
|
/PHP-5.3/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfilter.c | 861 mbfl_string *haystack, in mbfl_strpos() 1072 mbfl_string *haystack, in mbfl_substr_count()
|
/PHP-5.3/main/ |
H A D | rfc1867.c | 668 static void *php_ap_memstr(char *haystack, int haystacklen, char *needle, int needlen, int partial) in php_ap_memstr()
|