Lines Matching full:grapheme
21 #include "grapheme.h"
105 /* the offset is 'grapheme count offset' so it still might be invalid - we'll check it later */ in PHP_FUNCTION()
109 * I realize that 'offset' is 'grapheme count offset' but will work in spite of that in PHP_FUNCTION()
154 /* the offset is 'grapheme count offset' so it still might be invalid - we'll check it later */ in PHP_FUNCTION()
215 /* the offset is 'grapheme count offset' so it still might be invalid - we'll check it later */ in PHP_FUNCTION()
270 /* the offset is 'grapheme count offset' so it still might be invalid - we'll check it later */ in PHP_FUNCTION()
350 /* the offset is 'grapheme count offset' so it still might be invalid - we'll check it later */ in PHP_FUNCTION()
593 /* {{{ grapheme_extract_charcount_iter - grapheme iterator for grapheme_extract MAXCHARS */
633 /* {{{ grapheme_extract_bytecount_iter - grapheme iterator for grapheme_extract MAXBYTES */
658 /* {{{ grapheme_extract_count_iter - grapheme iterator for grapheme_extract COUNT */
679 /* {{{ grapheme extract iter function pointer array */
689 /* {{{ Function to extract a sequence of default grapheme clusters */
695 …zend_long size; /* maximum number of grapheme clusters, bytes, or characters (based on extract_typ… in PHP_FUNCTION()
773 (size + 1 because the size-th character might be the beginning of a grapheme cluster) in PHP_FUNCTION()
802 /* if the caller put us in the middle of a grapheme, we can't detect it in all cases since we in PHP_FUNCTION()