Home
last modified time | relevance | path

Searched refs:ucp_Zl (Results 1 – 6 of 6) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_tables.c223 ucp_Zl, ucp_Zs,
Dpcre2_xclass.c253 if ((prop->chartype != ucp_Zl && in PRIV()
Dpcre2_ucp.h98 ucp_Zl, /* Line separator */ enumerator
Dpcre2_ucptables.c1513 { 3549, PT_PC, ucp_Zl },
Dpcre2_jit_compile.c8071 SET_TYPE_OFFSET(ucp_Zl); in compile_xclass_matchingpath()
8072 OP2U(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, typereg, 0, SLJIT_IMM, ucp_Zs - ucp_Zl); in compile_xclass_matchingpath()
/third_party/pcre2/pcre2/maint/
Ducptest.c416 case ucp_Zl: fulltypename = US"Line separator"; break; in print_prop()