Searched refs:ucp_Ll (Results 1 – 11 of 11) sorted by relevance
/third_party/pcre2/pcre2/src/ |
D | pcre2_tables.c | 218 ucp_Ll, ucp_Lu,
|
D | pcre2_xclass.c | 147 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in PRIV()
|
D | pcre2_ucp.h | 76 ucp_Ll, /* Lower case letter */ enumerator
|
D | pcre2_substitute.c | 785 type != ((forcecase > 0)? ucp_Lu : ucp_Ll)) in pcre2_substitute() 887 type != ((forcecase > 0)? ucp_Lu : ucp_Ll)) in pcre2_substitute()
|
D | pcre2_dfa_match.c | 1180 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match() 1452 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match() 1707 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match() 1987 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
|
D | pcre2_auto_possess.c | 210 prop->chartype == ucp_Ll || in check_char_prop()
|
D | pcre2_jit_compile.c | 6676 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Ll); in check_wordboundary() 6677 OP2U(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, TMP1, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in check_wordboundary() 6679 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Nd - ucp_Ll); in check_wordboundary() 6722 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Ll); in check_wordboundary() 6723 OP2U(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, TMP1, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in check_wordboundary() 6725 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Nd - ucp_Ll); in check_wordboundary() 8034 OP2U(SLJIT_SUB | SLJIT_SET_Z, typereg, 0, SLJIT_IMM, ucp_Ll - typeoffset); in compile_xclass_matchingpath() 8083 SET_TYPE_OFFSET(ucp_Ll); in compile_xclass_matchingpath() 8084 OP2U(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, typereg, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in compile_xclass_matchingpath() 8164 SET_TYPE_OFFSET(ucp_Ll); in compile_xclass_matchingpath() [all …]
|
D | pcre2_match.c | 2435 prop->chartype == ucp_Ll || in match() 2679 chartype == ucp_Ll || in match() 3465 chartype == ucp_Ll || in match() 4054 chartype == ucp_Ll || in match()
|
D | pcre2_ucptables.c | 1273 { 1864, PT_PC, ucp_Ll },
|
D | pcre2_compile.c | 747 PT_PC, ucp_Ll, /* lower */
|
/third_party/pcre2/pcre2/maint/ |
D | ucptest.c | 394 case ucp_Ll: fulltypename = US"Lower case letter"; break; in print_prop()
|