Home
last modified time | relevance | path

Searched refs:ucp_Ll (Results 1 – 10 of 10) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_tables.c218 ucp_Ll, ucp_Lu,
H A Dpcre2_xclass.c147 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in PRIV()
H A Dpcre2_ucp.h76 ucp_Ll, /* Lower case letter */ enumerator
H A Dpcre2_substitute.c788 type != ((forcecase > 0)? ucp_Lu : ucp_Ll)) in pcre2_substitute()
890 type != ((forcecase > 0)? ucp_Lu : ucp_Ll)) in pcre2_substitute()
H A Dpcre2_dfa_match.c1180 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 Dpcre2_auto_possess.c210 prop->chartype == ucp_Ll || in check_char_prop()
H A Dpcre2_jit_compile.c6676 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Ll); in check_wordboundary()
6677 OP2U(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, TMP1, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in check_wordboundary()
6679 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Nd - ucp_Ll); in check_wordboundary()
6722 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Ll); in check_wordboundary()
6725 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Nd - ucp_Ll); in check_wordboundary()
8083 SET_TYPE_OFFSET(ucp_Ll); in compile_xclass_matchingpath()
8164 SET_TYPE_OFFSET(ucp_Ll); in compile_xclass_matchingpath()
8168 jump = CMP(SLJIT_NOT_EQUAL, typereg, 0, SLJIT_IMM, ucp_Cf - ucp_Ll); in compile_xclass_matchingpath()
8187 SET_TYPE_OFFSET(ucp_Ll); in compile_xclass_matchingpath()
8191 OP2U(SLJIT_SUB | SLJIT_SET_Z, typereg, 0, SLJIT_IMM, ucp_Zs - ucp_Ll); in compile_xclass_matchingpath()
[all …]
H A Dpcre2_match.c2449 prop->chartype == ucp_Ll || in match()
2693 chartype == ucp_Ll || in match()
3479 chartype == ucp_Ll || in match()
4068 chartype == ucp_Ll || in match()
H A Dpcre2_ucptables.c1273 { 1864, PT_PC, ucp_Ll },
H A Dpcre2_compile.c747 PT_PC, ucp_Ll, /* lower */

Completed in 129 milliseconds