Home
last modified time | relevance | path

Searched refs:f_ignore_case (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/intl/grapheme/
H A Dgrapheme_util.h28 …haystack, size_t haystack_len, char *needle, size_t needle_len, int32_t offset, int f_ignore_case);
29 …en, char *needle, size_t needle_len, int32_t offset, int *puchar_pos, int f_ignore_case, int last);
H A Dgrapheme_util.c97 … char *needle, size_t needle_len, int32_t offset, int32_t *puchar_pos, int f_ignore_case, int last) in grapheme_strpos_utf16() argument
142 if(f_ignore_case) { in grapheme_strpos_utf16()
H A Dgrapheme_string.c538 static void strstr_common_handler(INTERNAL_FUNCTION_PARAMETERS, int f_ignore_case) in strstr_common_handler() argument
553 if ( !f_ignore_case ) { in strstr_common_handler()
577 …rpos_utf16(haystack, haystack_len, needle, needle_len, 0, &uchar_pos, f_ignore_case, 0 /*last */ ); in strstr_common_handler()

Completed in 8 milliseconds