Searched refs:uchar_pos (Results 1 – 1 of 1) sorted by relevance
/PHP-5.3/ext/intl/grapheme/ |
H A D | grapheme_string.c | 116 int ret_pos, uchar_pos; in PHP_FUNCTION() local 163 …ret_pos = grapheme_strpos_utf16(haystack, haystack_len, needle, needle_len, offset, &uchar_pos, 0 … in PHP_FUNCTION() 183 int ret_pos, uchar_pos; in PHP_FUNCTION() local 238 …ret_pos = grapheme_strpos_utf16(haystack, haystack_len, needle, needle_len, offset, &uchar_pos, 1 … in PHP_FUNCTION() 597 int ret_pos, uchar_pos; in strstr_common_handler() local 642 …ret_pos = grapheme_strpos_utf16(haystack, haystack_len, needle, needle_len, 0, &uchar_pos, f_ignor… in strstr_common_handler() 651 U8_FWD_N(haystack, ret_pos, haystack_len, uchar_pos); in strstr_common_handler()
|
Completed in 29 milliseconds