Home
last modified time | relevance | path

Searched full:grapheme (Results 1 – 16 of 16) sorted by relevance

/PHP-8.2/ext/intl/grapheme/
H A Dgrapheme_string.c21 #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 …]
H A Dgrapheme_util.c21 #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…
/PHP-8.2/ext/intl/
H A Dconfig.m447 grapheme/grapheme_string.c \
48 grapheme/grapheme_util.c \
111 PHP_ADD_BUILD_DIR($ext_builddir/grapheme)
H A Dphp_intl.c35 #include "grapheme/grapheme.h"
H A Dconfig.w3252 ADD_SOURCES(configure_module_dirname + "/grapheme", "\
H A Dphp_intl.stub.php428 /* grapheme */
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_extuni.c42 extended grapheme sequence. It is used by both pcre2_match() and
75 * Match an extended grapheme sequence *
129 if ((ricount & 1) != 0) break; /* Grapheme break required */ in PRIV()
H A Dpcre2_tables.c141 /* This table encodes the rules for finding the end of an extended grapheme
142 cluster. Every code point has a grapheme break property which is one of the
150 The value is non-zero if a grapheme break is NOT permitted between the relevant
166 The following rules are only for extended grapheme clusters (but that's what we
H A Dpcre2_ucp.h194 /* These are grapheme break properties. The Extended Pictographic property
H A Dpcre2_internal.h1822 uint8_t gbprop; /* ucp_gbControl, etc. (grapheme break property) */
H A Dpcre2_match.c4294 /* 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()
H A Dpcre2_jit_compile.c8571 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()
H A Dpcre2_ucd.c103 ucp_gbOther, /* grapheme break property */
422 script (8 bits), character type (8 bits), grapheme break property (8 bits),
/PHP-8.2/ext/intl/tests/
H A Dbug61487.phpt2 grapheme() str[i]pos limits
H A Dgrapheme.phpt2 grapheme()
11 * Test grapheme functions (procedural only)
H A Dgrapheme2.phpt2 grapheme()
11 * Test grapheme functions (procedural only)

Completed in 103 milliseconds