Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_ucp.h76 ucp_Ll, /* Lower case letter */ enumerator
Dpcre2_xclass.c146 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in PRIV()
Dpcre2_substitute.c697 type != ((forcecase > 0)? ucp_Lu : ucp_Ll)) in pcre2_substitute()
799 type != ((forcecase > 0)? ucp_Lu : ucp_Ll)) in pcre2_substitute()
Dpcre2_dfa_match.c1166 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
1424 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
1665 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
1931 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
Dpcre2_tables.c215 ucp_Ll, ucp_Lu,
708 { 676, PT_PC, ucp_Ll },
Dpcre2_auto_possess.c206 prop->chartype == ucp_Ll || in check_char_prop()
Dpcre2_jit_compile.c5614 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Ll); in check_wordboundary()
5615 OP2(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in check_wordboundary()
5617 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Nd - ucp_Ll); in check_wordboundary()
5658 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Ll); in check_wordboundary()
5659 OP2(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in check_wordboundary()
5661 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Nd - ucp_Ll); in check_wordboundary()
6790 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_Ll - typeoffset); in compile_xclass_matchingpath()
6836 SET_TYPE_OFFSET(ucp_Ll); in compile_xclass_matchingpath()
6837 … OP2(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in compile_xclass_matchingpath()
6917 SET_TYPE_OFFSET(ucp_Ll); in compile_xclass_matchingpath()
[all …]
Dpcre2_match.c2358 prop->chartype == ucp_Ll || in match()
2579 chartype == ucp_Ll || in match()
3311 chartype == ucp_Ll || in match()
3837 chartype == ucp_Ll || in match()
Dpcre2_compile.c678 PT_PC, ucp_Ll, /* lower */