Home
last modified time | relevance | path

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

/PHP-5.4/ext/intl/grapheme/
H A Dgrapheme_util.h42 int32_t grapheme_strrpos_ascii(unsigned char *haystack, int32_t haystack_len, unsigned char *needle…
H A Dgrapheme_util.c337 grapheme_strrpos_ascii(unsigned char *haystack, int32_t haystack_len, unsigned char *needle, int32_… in grapheme_strrpos_ascii() function
H A Dgrapheme_string.c291 ret_pos = grapheme_strrpos_ascii(haystack, haystack_len, needle, needle_len, offset); in PHP_FUNCTION()
367 ret_pos = grapheme_strrpos_ascii(haystack_dup, haystack_len, needle_dup, needle_len, offset); in PHP_FUNCTION()

Completed in 15 milliseconds