Searched refs:ucp_Ll (Results 1 – 7 of 7) sorted by relevance
/external/pcre/dist/ |
D | ucp.h | 39 ucp_Ll, /* Lower case letter */ enumerator
|
D | pcre_xclass.c | 145 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in PRIV()
|
D | pcre_tables.c | 184 ucp_Ll, ucp_Lu, 623 { 590, PT_PC, ucp_Ll },
|
D | pcre_dfa_exec.c | 1080 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_exec() 1338 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_exec() 1590 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_exec() 1867 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_exec()
|
D | pcre_jit_compile.c | 4167 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() 5083 OP2(SLJIT_SUB | SLJIT_SET_E, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_Ll - typeoffset); in compile_xclass_matchingpath() 5128 SET_TYPE_OFFSET(ucp_Ll); in compile_xclass_matchingpath() 5129 OP2(SLJIT_SUB | SLJIT_SET_U, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in compile_xclass_matchingpath() 5209 SET_TYPE_OFFSET(ucp_Ll); in compile_xclass_matchingpath() [all …]
|
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()
|
D | pcre_compile.c | 2837 prop->chartype == ucp_Ll || in check_char_prop()
|