Searched refs:f_ignore_case (Results 1 – 3 of 3) sorted by relevance
/PHP-5.3/ext/intl/grapheme/ |
H A D | grapheme_util.h | 30 …ystack_len, unsigned char*needle, int32_t needle_len, int32_t offset, int f_ignore_case TSRMLS_DC); 33 …ned char*needle, int32_t needle_len, int32_t offset, int *puchar_pos, int f_ignore_case TSRMLS_DC);
|
H A D | grapheme_util.c | 152 …aystack_len, unsigned char*needle, int32_t needle_len, int32_t offset, int f_ignore_case TSRMLS_DC) in grapheme_strrpos_utf16() 179 if ( f_ignore_case ) { in grapheme_strrpos_utf16() 220 if ( f_ignore_case ) { in grapheme_strrpos_utf16() 286 … char*needle, int32_t needle_len, int32_t offset, int32_t *puchar_pos, int f_ignore_case TSRMLS_DC) in grapheme_strpos_utf16() 335 if ( f_ignore_case ) { in grapheme_strpos_utf16() 361 if ( f_ignore_case ) { in grapheme_strpos_utf16()
|
H A D | grapheme_string.c | 593 static void strstr_common_handler(INTERNAL_FUNCTION_PARAMETERS, int f_ignore_case) in strstr_common_handler() argument 616 if ( !f_ignore_case ) { in strstr_common_handler() 642 …_strpos_utf16(haystack, haystack_len, needle, needle_len, 0, &uchar_pos, f_ignore_case TSRMLS_CC ); in strstr_common_handler()
|
Completed in 13 milliseconds