Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Ducp.h39 ucp_Ll, /* Lower case letter */ enumerator
H A Dpcre_xclass.c145 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in PRIV()
H A Dpcre_tables.c184 ucp_Ll, ucp_Lu,
623 { 590, PT_PC, ucp_Ll },
H A Dpcre_jit_compile.c4843 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Ll); in check_wordboundary()
4844 OP2(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in check_wordboundary()
4846 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Nd - ucp_Ll); in check_wordboundary()
4887 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Ll); in check_wordboundary()
4890 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Nd - ucp_Ll); in check_wordboundary()
5857 SET_TYPE_OFFSET(ucp_Ll); in compile_xclass_matchingpath()
5938 SET_TYPE_OFFSET(ucp_Ll); in compile_xclass_matchingpath()
5942 jump = CMP(SLJIT_NOT_EQUAL, typereg, 0, SLJIT_IMM, ucp_Cf - ucp_Ll); in compile_xclass_matchingpath()
5961 SET_TYPE_OFFSET(ucp_Ll); in compile_xclass_matchingpath()
5965 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_Zs - ucp_Ll); in compile_xclass_matchingpath()
[all …]
H A Dpcre_exec.c2568 prop->chartype == ucp_Ll || in match()
4190 chartype == ucp_Ll || in match()
4923 chartype == ucp_Ll || in match()
5441 chartype == ucp_Ll || in match()
H A Dpcre_compile.c2838 prop->chartype == ucp_Ll || in check_char_prop()

Completed in 69 milliseconds