Searched refs:ucp_Pc (Results 1 – 7 of 7) sorted by relevance
/third_party/pcre2/pcre2/src/ |
D | pcre2_ucp.h | 87 ucp_Pc, /* Connector punctuation */ enumerator
|
D | pcre2_tables.c | 218 ucp_Pc, ucp_Ps, 799 { 1238, PT_PC, ucp_Pc },
|
D | pcre2_jit_compile.c | 8055 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/ |
D | ucp.h | 48 ucp_Pc = G_UNICODE_CONNECT_PUNCTUATION, /* Connector punctuation */ enumerator
|
D | pcre_tables.c | 119 ucp_Pc, ucp_Ps, 533 { 752, PT_PC, ucp_Pc },
|
/third_party/glib/glib/update-pcre/ |
D | ucp.patch | 571 - ucp_Pc, /* Connector punctuation */ 601 + ucp_Pc = G_UNICODE_CONNECT_PUNCTUATION, /* Connector punctuation */
|
/third_party/pcre2/pcre2/maint/ |
D | ucptest.c | 297 case ucp_Pc: fulltypename = US"Connector punctuation"; break; in print_prop()
|