Searched refs:ucp_Lt (Results 1 – 7 of 7) sorted by relevance
/external/pcre/dist/ |
D | ucp.h | 42 ucp_Lt, /* Title case letter */ enumerator
|
D | pcre_xclass.c | 146 prop->chartype == ucp_Lt) == isprop) return !negated; in PRIV()
|
D | pcre_dfa_exec.c | 1081 prop->chartype == ucp_Lt; in internal_dfa_exec() 1339 prop->chartype == ucp_Lt; in internal_dfa_exec() 1591 prop->chartype == ucp_Lt; in internal_dfa_exec() 1868 prop->chartype == ucp_Lt; in internal_dfa_exec()
|
D | pcre_tables.c | 626 { 599, PT_PC, ucp_Lt },
|
D | pcre_exec.c | 2562 prop->chartype == ucp_Lt) == (op == OP_NOTPROP)) in match() 4184 chartype == ucp_Lt) == prop_fail_result) in match() 4917 chartype == ucp_Lt) == prop_fail_result) in match() 5435 chartype == ucp_Lt) == prop_fail_result) in match()
|
D | pcre_compile.c | 2785 prop->chartype == ucp_Lt) == negated; in check_char_prop()
|
D | pcre_jit_compile.c | 5033 OP2(SLJIT_SUB | SLJIT_SET_E, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_Lt - typeoffset); in compile_xclass_matchingpath()
|