Searched refs:ucp_Po (Results 1 – 7 of 7) sorted by relevance
/third_party/pcre2/pcre2/src/ |
D | pcre2_ucp.h | 92 ucp_Po, /* Other punctuation */ enumerator
|
D | pcre2_auto_possess.c | 172 { ucp_L, ucp_N, ucp_P, ucp_Po } /* WORD */
|
D | pcre2_tables.c | 806 { 1273, PT_PC, ucp_Po },
|
/third_party/glib/glib/pcre/ |
D | ucp.h | 53 ucp_Po = G_UNICODE_OTHER_PUNCTUATION, /* Other punctuation */ enumerator
|
D | pcre_tables.c | 540 { 787, PT_PC, ucp_Po },
|
/third_party/glib/glib/update-pcre/ |
D | ucp.patch | 576 - ucp_Po, /* Other punctuation */ 606 + ucp_Po = G_UNICODE_OTHER_PUNCTUATION, /* Other punctuation */
|
/third_party/pcre2/pcre2/maint/ |
D | ucptest.c | 302 case ucp_Po: fulltypename = US"Other punctuation"; break; in print_prop()
|