puchar_pos        133 ext/intl/grapheme/grapheme_util.c int32_t grapheme_strpos_utf16(char *haystack, size_t haystack_len, char *needle, size_t needle_len, int32_t offset, int32_t *puchar_pos, int f_ignore_case, int last)
puchar_pos        143 ext/intl/grapheme/grapheme_util.c 	if(puchar_pos) {
puchar_pos        144 ext/intl/grapheme/grapheme_util.c 		*puchar_pos = -1;
puchar_pos        200 ext/intl/grapheme/grapheme_util.c 		if(puchar_pos) {
puchar_pos        201 ext/intl/grapheme/grapheme_util.c 			*puchar_pos = char_pos;
puchar_pos         31 ext/intl/grapheme/grapheme_util.h int32_t grapheme_strpos_utf16(char *haystack, size_t haystack_len, char *needle, size_t needle_len, int32_t offset, int *puchar_pos, int f_ignore_case, int last);