Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_ucp.h92 ucp_Po, /* Other punctuation */ enumerator
Dpcre2_auto_possess.c172 { ucp_L, ucp_N, ucp_P, ucp_Po } /* WORD */
Dpcre2_tables.c806 { 1273, PT_PC, ucp_Po },
/third_party/glib/glib/pcre/
Ducp.h53 ucp_Po = G_UNICODE_OTHER_PUNCTUATION, /* Other punctuation */ enumerator
Dpcre_tables.c540 { 787, PT_PC, ucp_Po },
/third_party/glib/glib/update-pcre/
Ducp.patch576 - ucp_Po, /* Other punctuation */
606 + ucp_Po = G_UNICODE_OTHER_PUNCTUATION, /* Other punctuation */
/third_party/pcre2/pcre2/maint/
Ducptest.c302 case ucp_Po: fulltypename = US"Other punctuation"; break; in print_prop()