Searched refs:ucp_Ll (Results 1 – 8 of 8) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_ucp.h | 76 ucp_Ll, /* Lower case letter */ enumerator
|
D | pcre2_xclass.c | 146 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in PRIV()
|
D | pcre2_substitute.c | 667 type != ((forcecase > 0)? ucp_Lu : ucp_Ll)) in pcre2_substitute() 769 type != ((forcecase > 0)? ucp_Lu : ucp_Ll)) in pcre2_substitute()
|
D | pcre2_dfa_match.c | 1025 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match() 1283 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match() 1535 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match() 1812 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
|
D | pcre2_tables.c | 204 ucp_Ll, ucp_Lu, 658 { 624, PT_PC, ucp_Ll },
|
D | pcre2_jit_compile.c | 4861 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Ll); in check_wordboundary() 4862 OP2(SLJIT_SUB | SLJIT_SET_U, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in check_wordboundary() 4864 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Nd - ucp_Ll); in check_wordboundary() 4905 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Ll); in check_wordboundary() 4906 OP2(SLJIT_SUB | SLJIT_SET_U, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in check_wordboundary() 4908 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Nd - ucp_Ll); in check_wordboundary() 5821 OP2(SLJIT_SUB | SLJIT_SET_E, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_Ll - typeoffset); in compile_xclass_matchingpath() 5867 SET_TYPE_OFFSET(ucp_Ll); in compile_xclass_matchingpath() 5868 OP2(SLJIT_SUB | SLJIT_SET_U, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in compile_xclass_matchingpath() 5948 SET_TYPE_OFFSET(ucp_Ll); in compile_xclass_matchingpath() [all …]
|
D | pcre2_auto_possess.c | 206 prop->chartype == ucp_Ll || in check_char_prop()
|
D | pcre2_match.c | 2646 prop->chartype == ucp_Ll || in match() 4280 chartype == ucp_Ll || in match() 5013 chartype == ucp_Ll || in match() 5531 chartype == ucp_Ll || in match()
|