Home
last modified time | relevance | path

Searched refs:ucp_Lt (Results 1 – 8 of 8) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_xclass.c148 prop->chartype == ucp_Lt) == isprop) return !negated; in PRIV()
Dpcre2_ucp.h79 ucp_Lt, /* Title case letter */ enumerator
Dpcre2_dfa_match.c1181 prop->chartype == ucp_Lt; in internal_dfa_match()
1453 prop->chartype == ucp_Lt; in internal_dfa_match()
1708 prop->chartype == ucp_Lt; in internal_dfa_match()
1988 prop->chartype == ucp_Lt; in internal_dfa_match()
Dpcre2_auto_possess.c211 prop->chartype == ucp_Lt) == negated; in check_char_prop()
Dpcre2_match.c2436 prop->chartype == ucp_Lt) == notmatch) in match()
2680 chartype == ucp_Lt) == notmatch) in match()
3466 chartype == ucp_Lt) == (Lctype == OP_NOTPROP)) in match()
4055 chartype == ucp_Lt) == notmatch) in match()
Dpcre2_ucptables.c1280 { 1915, PT_PC, ucp_Lt },
Dpcre2_jit_compile.c8036 OP2U(SLJIT_SUB | SLJIT_SET_Z, typereg, 0, SLJIT_IMM, ucp_Lt - typeoffset); in compile_xclass_matchingpath()
/third_party/pcre2/pcre2/maint/
Ducptest.c397 case ucp_Lt: fulltypename = US"Title case letter"; break; in print_prop()