Home
last modified time | relevance | path

Searched refs:ucp_Pc (Results 1 – 7 of 7) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_ucp.h87 ucp_Pc, /* Connector punctuation */ enumerator
Dpcre2_tables.c218 ucp_Pc, ucp_Ps,
799 { 1238, PT_PC, ucp_Pc },
Dpcre2_jit_compile.c8055 SET_TYPE_OFFSET(ucp_Pc); in compile_xclass_matchingpath()
8056 … OP2(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_Ps - ucp_Pc); in compile_xclass_matchingpath()
/third_party/glib/glib/pcre/
Ducp.h48 ucp_Pc = G_UNICODE_CONNECT_PUNCTUATION, /* Connector punctuation */ enumerator
Dpcre_tables.c119 ucp_Pc, ucp_Ps,
533 { 752, PT_PC, ucp_Pc },
/third_party/glib/glib/update-pcre/
Ducp.patch571 - ucp_Pc, /* Connector punctuation */
601 + ucp_Pc = G_UNICODE_CONNECT_PUNCTUATION, /* Connector punctuation */
/third_party/pcre2/pcre2/maint/
Ducptest.c297 case ucp_Pc: fulltypename = US"Connector punctuation"; break; in print_prop()