Home
last modified time | relevance | path

Searched refs:GET_UCD (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_internal.h1812 #define GET_UCD(ch) ((ch > MAX_UTF_CODE_POINT)? \ macro
1815 #define GET_UCD(ch) REAL_GET_UCD(ch) macro
1818 #define UCD_CHARTYPE(ch) GET_UCD(ch)->chartype
1819 #define UCD_SCRIPT(ch) GET_UCD(ch)->script
1821 #define UCD_GRAPHBREAK(ch) GET_UCD(ch)->gbprop
1822 #define UCD_CASESET(ch) GET_UCD(ch)->caseset
1823 #define UCD_OTHERCASE(ch) ((uint32_t)((int)ch + (int)(GET_UCD(ch)->other_case)))
1824 #define UCD_SCRIPTX(ch) GET_UCD(ch)->scriptx
H A Dpcre2_xclass.c136 const ucd_record *prop = GET_UCD(c); in PRIV()
H A Dpcre2_script_run.c121 const ucd_record *ucd = GET_UCD(c); in PRIV()
H A Dpcre2_dfa_match.c1172 const ucd_record * prop = GET_UCD(c); in internal_dfa_match()
1430 const ucd_record * prop = GET_UCD(c); in internal_dfa_match()
1671 const ucd_record * prop = GET_UCD(c); in internal_dfa_match()
1937 const ucd_record * prop = GET_UCD(c); in internal_dfa_match()
H A Dpcre2_auto_possess.c200 const ucd_record *prop = GET_UCD(c); in check_char_prop()
H A Dpcre2_match.c416 ur = GET_UCD(d); in match_ref()
2421 const ucd_record *prop = GET_UCD(fc); in match()
H A Dpcre2_jit_compile.c5058 const ucd_record *record = GET_UCD(UNASSIGNED_UTF_CHAR); in do_getucd()
5098 const ucd_record *record = GET_UCD(UNASSIGNED_UTF_CHAR); in do_getucdtype()

Completed in 76 milliseconds