Searched refs:ucp_Lt (Results 1 – 7 of 7) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_ucp.h | 79 ucp_Lt, /* Title case letter */ enumerator
|
D | pcre2_xclass.c | 147 prop->chartype == ucp_Lt) == isprop) return !negated; in PRIV()
|
D | pcre2_dfa_match.c | 1026 prop->chartype == ucp_Lt; in internal_dfa_match() 1284 prop->chartype == ucp_Lt; in internal_dfa_match() 1536 prop->chartype == ucp_Lt; in internal_dfa_match() 1813 prop->chartype == ucp_Lt; in internal_dfa_match()
|
D | pcre2_auto_possess.c | 207 prop->chartype == ucp_Lt) == negated; in check_char_prop()
|
D | pcre2_match.c | 2647 prop->chartype == ucp_Lt) == (op == OP_NOTPROP)) in match() 4281 chartype == ucp_Lt) == prop_fail_result) in match() 5014 chartype == ucp_Lt) == prop_fail_result) in match() 5532 chartype == ucp_Lt) == prop_fail_result) in match()
|
D | pcre2_tables.c | 661 { 633, PT_PC, ucp_Lt },
|
D | pcre2_jit_compile.c | 5823 OP2(SLJIT_SUB | SLJIT_SET_E, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_Lt - typeoffset); in compile_xclass_matchingpath()
|