Searched refs:uchar_pos (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/intl/grapheme/ |
| H A D | grapheme_string.c | 116 int ret_pos, uchar_pos; local 163 ret_pos = grapheme_strpos_utf16(haystack, haystack_len, needle, needle_len, offset, &uchar_pos, 0 /* fIgnoreCase */ TSRMLS_CC ); 183 int ret_pos, uchar_pos; local 238 ret_pos = grapheme_strpos_utf16(haystack, haystack_len, needle, needle_len, offset, &uchar_pos, 1 /* fIgnoreCase */ TSRMLS_CC ); 601 int ret_pos, uchar_pos; local 646 ret_pos = grapheme_strpos_utf16(haystack, haystack_len, needle, needle_len, 0, &uchar_pos, f_ignore_case TSRMLS_CC ); 652 /* uchar_pos is the 'nth' Unicode character position of the needle */ 655 U8_FWD_N(haystack, ret_pos, haystack_len, uchar_pos);
|
Completed in 6 milliseconds