Home
last modified time | relevance | path

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

/external/pcre/dist/
Ducp.h39 ucp_Ll, /* Lower case letter */ enumerator
Dpcre_xclass.c145 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in PRIV()
Dpcre_tables.c184 ucp_Ll, ucp_Lu,
623 { 590, PT_PC, ucp_Ll },
Dpcre_dfa_exec.c1080 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()
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()
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 …]
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()
Dpcre_compile.c2837 prop->chartype == ucp_Ll || in check_char_prop()