Home
last modified time | relevance | path

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

/PHP-8.0/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.c241 ret_pos = grapheme_strrpos_ascii(haystack, haystack_len, needle, needle_len, offset); in PHP_FUNCTION()
302 ret_pos = grapheme_strrpos_ascii(haystack_dup, haystack_len, needle_dup, needle_len, offset); in PHP_FUNCTION()
H A Dgrapheme_util.c334 grapheme_strrpos_ascii(char *haystack, size_t haystack_len, char *needle, size_t needle_len, int32_… in grapheme_strrpos_ascii() function

Completed in 19 milliseconds