Home
last modified time | relevance | path

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

/PHP-8.3/ext/intl/grapheme/
H A Dgrapheme_util.h26 zend_long grapheme_strrpos_ascii(char *haystack, size_t haystack_len, char *needle, size_t needle_l…
H A Dgrapheme_string.c221 ret_pos = grapheme_strrpos_ascii(haystack, haystack_len, needle, needle_len, offset); in PHP_FUNCTION()
282 ret_pos = grapheme_strrpos_ascii(haystack_dup, haystack_len, needle_dup, needle_len, offset); in PHP_FUNCTION()
H A Dgrapheme_util.c333 zend_long grapheme_strrpos_ascii(char *haystack, size_t haystack_len, char *needle, size_t needle_l… in grapheme_strrpos_ascii() function

Completed in 7 milliseconds