Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_ucp.h100 ucp_Zs /* Space separator */ enumerator
Dpcre2_tables.c220 ucp_Zl, ucp_Zs,
862 { 1667, PT_PC, ucp_Zs }
Dpcre2_jit_compile.c7910 … OP2(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_Zs - ucp_Zl); in compile_xclass_matchingpath()
8029 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_Zs - ucp_Ll); in compile_xclass_matchingpath()
/third_party/glib/glib/pcre/
Ducp.h61 ucp_Zs = G_UNICODE_SPACE_SEPARATOR /* Space separator */ enumerator
Dpcre_tables.c121 ucp_Zl, ucp_Zs,
580 { 1038, PT_PC, ucp_Zs }
Dpcre_jit_compile.c3248 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.patch584 - ucp_Zs /* Space separator */
614 + ucp_Zs = G_UNICODE_SPACE_SEPARATOR /* Space separator */
/third_party/pcre2/pcre2/maint/
Ducptest.c310 case ucp_Zs: fulltypename = US"Space separator"; break; in print_prop()