Home
last modified time | relevance | path

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

/PHP-5.4/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.c4136 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Ll); in check_wordboundary()
4137 OP2(SLJIT_SUB | SLJIT_SET_U, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in check_wordboundary()
4139 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Nd - ucp_Ll); in check_wordboundary()
4180 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Ll); in check_wordboundary()
4181 OP2(SLJIT_SUB | SLJIT_SET_U, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in check_wordboundary()
4183 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Nd - ucp_Ll); in check_wordboundary()
5091 SET_TYPE_OFFSET(ucp_Ll); in compile_xclass_matchingpath()
5172 SET_TYPE_OFFSET(ucp_Ll); in compile_xclass_matchingpath()
5176 jump = CMP(SLJIT_NOT_EQUAL, typereg, 0, SLJIT_IMM, ucp_Cf - ucp_Ll); in compile_xclass_matchingpath()
5195 SET_TYPE_OFFSET(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.c2818 prop->chartype == ucp_Ll || in check_char_prop()

Completed in 73 milliseconds