Searched refs:ucp_Lt (Results 1 – 7 of 7) sorted by relevance
/PHP-8.1/ext/pcre/pcre2lib/ |
H A D | pcre2_ucp.h | 79 ucp_Lt, /* Title case letter */ enumerator
|
H A D | pcre2_xclass.c | 147 prop->chartype == ucp_Lt) == isprop) return !negated; in PRIV()
|
H A D | pcre2_dfa_match.c | 1181 prop->chartype == ucp_Lt; in internal_dfa_match() 1439 prop->chartype == ucp_Lt; in internal_dfa_match() 1680 prop->chartype == ucp_Lt; in internal_dfa_match() 1946 prop->chartype == ucp_Lt; in internal_dfa_match()
|
H A D | pcre2_auto_possess.c | 207 prop->chartype == ucp_Lt) == negated; in check_char_prop()
|
H A D | pcre2_match.c | 2434 prop->chartype == ucp_Lt) == (Fop == OP_NOTPROP)) in match() 2655 chartype == ucp_Lt) == (Lctype == OP_NOTPROP)) in match() 3387 chartype == ucp_Lt) == (Lctype == OP_NOTPROP)) in match() 3913 chartype == ucp_Lt) == (Lctype == OP_NOTPROP)) in match()
|
H A D | pcre2_tables.c | 744 { 749, PT_PC, ucp_Lt },
|
H A D | pcre2_jit_compile.c | 7808 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_Lt - typeoffset); in compile_xclass_matchingpath()
|
Completed in 55 milliseconds