Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_ucp.h98 ucp_Zl, /* Line separator */ enumerator
Dpcre2_xclass.c235 if ((prop->chartype != ucp_Zl && in PRIV()
Dpcre2_tables.c220 ucp_Zl, ucp_Zs,
860 { 1661, PT_PC, ucp_Zl },
Dpcre2_jit_compile.c7909 SET_TYPE_OFFSET(ucp_Zl); in compile_xclass_matchingpath()
7910 … OP2(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_Zs - ucp_Zl); in compile_xclass_matchingpath()
/third_party/glib/glib/pcre/
Ducp.h59 ucp_Zl = G_UNICODE_LINE_SEPARATOR, /* Line separator */ enumerator
Dpcre_tables.c121 ucp_Zl, ucp_Zs,
578 { 1032, PT_PC, ucp_Zl },
Dpcre_jit_compile.c3247 SET_TYPE_OFFSET(ucp_Zl); in compile_xclass_trypath()
3248 OP2(SLJIT_SUB | SLJIT_SET_U, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_Zs - ucp_Zl); in compile_xclass_trypath()
/third_party/glib/glib/update-pcre/
Ducp.patch582 - ucp_Zl, /* Line separator */
612 + ucp_Zl = G_UNICODE_LINE_SEPARATOR, /* Line separator */
/third_party/pcre2/pcre2/maint/
Ducptest.c308 case ucp_Zl: fulltypename = US"Line separator"; break; in print_prop()