Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_ucp.h76 ucp_Ll, /* Lower case letter */ enumerator
H A Dpcre2_xclass.c146 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in PRIV()
H A Dpcre2_substitute.c766 type != ((forcecase > 0)? ucp_Lu : ucp_Ll)) in pcre2_substitute()
868 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()
1438 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
1679 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
1945 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
H A Dpcre2_tables.c215 ucp_Ll, ucp_Lu,
730 { 727, PT_PC, ucp_Ll },
H A Dpcre2_auto_possess.c206 prop->chartype == ucp_Ll || in check_char_prop()
H A Dpcre2_jit_compile.c6525 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Ll); in check_wordboundary()
6526 OP2(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in check_wordboundary()
6528 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Nd - ucp_Ll); in check_wordboundary()
6571 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Ll); in check_wordboundary()
6574 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Nd - ucp_Ll); in check_wordboundary()
7775 SET_TYPE_OFFSET(ucp_Ll); in compile_xclass_matchingpath()
7856 SET_TYPE_OFFSET(ucp_Ll); in compile_xclass_matchingpath()
7860 jump = CMP(SLJIT_NOT_EQUAL, typereg, 0, SLJIT_IMM, ucp_Cf - ucp_Ll); in compile_xclass_matchingpath()
7879 SET_TYPE_OFFSET(ucp_Ll); in compile_xclass_matchingpath()
7883 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_Zs - ucp_Ll); in compile_xclass_matchingpath()
[all …]
H A Dpcre2_match.c2431 prop->chartype == ucp_Ll || in match()
2652 chartype == ucp_Ll || in match()
3384 chartype == ucp_Ll || in match()
3910 chartype == ucp_Ll || in match()
H A Dpcre2_compile.c745 PT_PC, ucp_Ll, /* lower */

Completed in 122 milliseconds