f_ignore_case     587 ext/intl/grapheme/grapheme_string.c static void strstr_common_handler(INTERNAL_FUNCTION_PARAMETERS, int f_ignore_case)
f_ignore_case     611 ext/intl/grapheme/grapheme_string.c 	if ( !f_ignore_case ) {
f_ignore_case     637 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 */ );
f_ignore_case     133 ext/intl/grapheme/grapheme_util.c int32_t grapheme_strpos_utf16(char *haystack, size_t haystack_len, char *needle, size_t needle_len, int32_t offset, int32_t *puchar_pos, int f_ignore_case, int last)
f_ignore_case     168 ext/intl/grapheme/grapheme_util.c 	if(f_ignore_case) {
f_ignore_case      30 ext/intl/grapheme/grapheme_util.h int32_t grapheme_strrpos_utf16(char *haystack, size_t haystack_len, char *needle, size_t needle_len, int32_t offset, int f_ignore_case);
f_ignore_case      31 ext/intl/grapheme/grapheme_util.h int32_t grapheme_strpos_utf16(char *haystack, size_t haystack_len, char *needle, size_t needle_len, int32_t offset, int *puchar_pos, int f_ignore_case, int last);