Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Ducp.h39 ucp_Ll, /* Lower case letter */ enumerator
H A Dpcre_xclass.c143 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in PRIV()
H A Dpcre_tables.c182 ucp_Ll, ucp_Lu,
621 { 590, PT_PC, ucp_Ll },
H A Dpcre_jit_compile.c4167 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Ll); in check_wordboundary()
4168 OP2(SLJIT_SUB | SLJIT_SET_U, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in check_wordboundary()
4170 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Nd - ucp_Ll); in check_wordboundary()
4211 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Ll); in check_wordboundary()
4212 OP2(SLJIT_SUB | SLJIT_SET_U, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in check_wordboundary()
4214 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Nd - ucp_Ll); in check_wordboundary()
5128 SET_TYPE_OFFSET(ucp_Ll); in compile_xclass_matchingpath()
5209 SET_TYPE_OFFSET(ucp_Ll); in compile_xclass_matchingpath()
5213 jump = CMP(SLJIT_NOT_EQUAL, typereg, 0, SLJIT_IMM, ucp_Cf - ucp_Ll); in compile_xclass_matchingpath()
5232 SET_TYPE_OFFSET(ucp_Ll); in compile_xclass_matchingpath()
[all …]
H A Dpcre_exec.c2566 prop->chartype == ucp_Ll || in match()
4188 chartype == ucp_Ll || in match()
4921 chartype == ucp_Ll || in match()
5439 chartype == ucp_Ll || in match()
H A Dpcre_compile.c2835 prop->chartype == ucp_Ll || in check_char_prop()

Completed in 80 milliseconds