Searched refs:grapheme_strrpos_utf16 (Results 1 – 3 of 3) sorted by relevance
/PHP-5.3/ext/intl/grapheme/ |
H A D | grapheme_util.h | 30 grapheme_strrpos_utf16(unsigned char *haystack, int32_t haystack_len, unsigned char*needle, int32_t…
|
H A D | grapheme_string.c | 307 …ret_pos = grapheme_strrpos_utf16(haystack, haystack_len, needle, needle_len, offset, 0 /* f_ignore… in PHP_FUNCTION() 385 …ret_pos = grapheme_strrpos_utf16(haystack, haystack_len, needle, needle_len, offset, 1 /* f_ignore… in PHP_FUNCTION()
|
H A D | grapheme_util.c | 152 grapheme_strrpos_utf16(unsigned char *haystack, int32_t haystack_len, unsigned char*needle, int32_t… in grapheme_strrpos_utf16() function
|
Completed in 7 milliseconds