Home
last modified time | relevance | path

Searched refs:ucp_Zs (Results 1 – 5 of 5) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_tables.c223 ucp_Zl, ucp_Zs,
Dpcre2_ucp.h100 ucp_Zs, /* Space separator */ enumerator
Dpcre2_ucptables.c1515 { 3555, PT_PC, ucp_Zs },
Dpcre2_jit_compile.c8072 OP2U(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, typereg, 0, SLJIT_IMM, ucp_Zs - ucp_Zl); in compile_xclass_matchingpath()
8191 OP2U(SLJIT_SUB | SLJIT_SET_Z, typereg, 0, SLJIT_IMM, ucp_Zs - ucp_Ll); in compile_xclass_matchingpath()
/third_party/pcre2/pcre2/maint/
Ducptest.c418 case ucp_Zs: fulltypename = US"Space separator"; break; in print_prop()