Searched refs:ucp_Lu (Results 1 – 10 of 10) sorted by relevance
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_tables.c | 218 ucp_Ll, ucp_Lu,
|
H A D | pcre2_xclass.c | 147 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in PRIV()
|
H A D | pcre2_ucp.h | 80 ucp_Lu, /* Upper case letter */ enumerator
|
H A D | pcre2_substitute.c | 788 type != ((forcecase > 0)? ucp_Lu : ucp_Ll)) in pcre2_substitute() 890 type != ((forcecase > 0)? ucp_Lu : ucp_Ll)) in pcre2_substitute()
|
H A D | pcre2_dfa_match.c | 1180 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match() 1452 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match() 1707 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match() 1987 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
|
H A D | pcre2_auto_possess.c | 209 return (prop->chartype == ucp_Lu || in check_char_prop()
|
H A D | pcre2_match.c | 2448 if ((prop->chartype == ucp_Lu || in match() 2692 if ((chartype == ucp_Lu || in match() 3478 if ((chartype == ucp_Lu || in match() 4067 if ((chartype == ucp_Lu || in match()
|
H A D | pcre2_ucptables.c | 1281 { 1918, PT_PC, ucp_Lu },
|
H A D | pcre2_jit_compile.c | 6677 OP2U(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, TMP1, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in check_wordboundary() 6723 OP2U(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, TMP1, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in check_wordboundary() 8032 OP2U(SLJIT_SUB | SLJIT_SET_Z, typereg, 0, SLJIT_IMM, ucp_Lu - typeoffset); in compile_xclass_matchingpath() 8084 OP2U(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, typereg, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in compile_xclass_matchingpath()
|
H A D | pcre2_compile.c | 748 PT_PC, ucp_Lu, /* upper */
|
Completed in 94 milliseconds