Searched full:grapheme (Results 1 – 16 of 16) sorted by relevance
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()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 */[all …]
21 #include "grapheme.h"230 /* {{{ grapheme_split_string: find and optionally return grapheme boundaries */292 /* {{{ grapheme_get_haystack_offset - bump the haystack pointer based on the grapheme count offset…
47 grapheme/grapheme_string.c \48 grapheme/grapheme_util.c \111 PHP_ADD_BUILD_DIR($ext_builddir/grapheme)
35 #include "grapheme/grapheme.h"
52 ADD_SOURCES(configure_module_dirname + "/grapheme", "\
428 /* grapheme */
42 extended grapheme sequence. It is used by both pcre2_match() and75 * Match an extended grapheme sequence *129 if ((ricount & 1) != 0) break; /* Grapheme break required */ in PRIV()
141 /* This table encodes the rules for finding the end of an extended grapheme142 cluster. Every code point has a grapheme break property which is one of the150 The value is non-zero if a grapheme break is NOT permitted between the relevant166 The following rules are only for extended grapheme clusters (but that's what we
194 /* These are grapheme break properties. The Extended Pictographic property
1822 uint8_t gbprop; /* ucp_gbControl, etc. (grapheme break property) */
4294 /* Match extended Unicode grapheme clusters. We will get here only if the in match()4333 /* Backtracking over an extended grapheme cluster involves inspecting in match()
8571 if ((ricount & 1) != 0) break; /* Grapheme break required */ in do_extuni_utf()8638 break; /* Grapheme break required */ in do_extuni_utf_invalid()8710 break; /* Grapheme break required */ in do_extuni_no_utf()
103 ucp_gbOther, /* grapheme break property */422 script (8 bits), character type (8 bits), grapheme break property (8 bits),
2 grapheme() str[i]pos limits
2 grapheme()11 * Test grapheme functions (procedural only)
Completed in 103 milliseconds