f_ignore_case     613 ext/intl/grapheme/grapheme_string.c static void strstr_common_handler(INTERNAL_FUNCTION_PARAMETERS, int f_ignore_case)
f_ignore_case     636 ext/intl/grapheme/grapheme_string.c 	if ( !f_ignore_case ) {
f_ignore_case     662 ext/intl/grapheme/grapheme_string.c 	ret_pos = grapheme_strpos_utf16(haystack, haystack_len, needle, needle_len, 0, &uchar_pos, f_ignore_case, 0 /*last */ TSRMLS_CC );
f_ignore_case     131 ext/intl/grapheme/grapheme_util.c int grapheme_strpos_utf16(unsigned char *haystack, int32_t haystack_len, unsigned char*needle, int32_t needle_len, int32_t offset, int32_t *puchar_pos, int f_ignore_case, int last TSRMLS_DC)
f_ignore_case     166 ext/intl/grapheme/grapheme_util.c 	if(f_ignore_case) {
f_ignore_case      28 ext/intl/grapheme/grapheme_util.h int grapheme_strrpos_utf16(unsigned char *haystack, int32_t haystack_len, unsigned char*needle, int32_t needle_len, int32_t offset, int f_ignore_case TSRMLS_DC);
f_ignore_case      30 ext/intl/grapheme/grapheme_util.h int grapheme_strpos_utf16(unsigned char *haystack, int32_t haystack_len, unsigned char*needle, int32_t needle_len, int32_t offset, int *puchar_pos, int f_ignore_case, int last TSRMLS_DC);