Searched refs:ucp_Ll (Results 1 – 6 of 6) sorted by relevance
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | ucp.h | 39 ucp_Ll, /* Lower case letter */ enumerator
|
H A D | pcre_xclass.c | 145 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in PRIV()
|
H A D | pcre_tables.c | 184 ucp_Ll, ucp_Lu, 623 { 590, PT_PC, ucp_Ll },
|
H A D | pcre_jit_compile.c | 4136 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 D | pcre_exec.c | 2568 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 D | pcre_compile.c | 2818 prop->chartype == ucp_Ll || in check_char_prop()
|
Completed in 72 milliseconds