puchar_pos        131 ext/intl/grapheme/grapheme_util.c int grapheme_strpos_utf16(unsigned char *haystack, int32_t haystack_len, unsigned char*needle, int32_t needle_len, int32_t offset, int32_t *puchar_pos, int f_ignore_case, int last TSRMLS_DC)
puchar_pos        141 ext/intl/grapheme/grapheme_util.c 	if(puchar_pos) {
puchar_pos        142 ext/intl/grapheme/grapheme_util.c 		*puchar_pos = -1;
puchar_pos        198 ext/intl/grapheme/grapheme_util.c 		if(puchar_pos) {
puchar_pos        199 ext/intl/grapheme/grapheme_util.c 			*puchar_pos = char_pos;
puchar_pos         30 ext/intl/grapheme/grapheme_util.h int grapheme_strpos_utf16(unsigned char *haystack, int32_t haystack_len, unsigned char*needle, int32_t needle_len, int32_t offset, int *puchar_pos, int f_ignore_case, int last TSRMLS_DC);