Searched refs:ucp_Cn (Results 1 – 8 of 8) sorted by relevance
/third_party/pcre2/pcre2/src/ |
D | pcre2_ucd.c | 51 ucp_Cn, /* type unassigned */
|
D | pcre2_ucp.h | 73 ucp_Cn, /* Unassigned */ enumerator
|
D | pcre2_tables.c | 685 { 235, PT_PC, ucp_Cn },
|
D | pcre2_jit_compile.c | 5132 SLJIT_ASSERT(record->script == ucp_Unknown && record->chartype == ucp_Cn && record->gbprop == ucp_g… in do_getucd() 5172 SLJIT_ASSERT(record->script == ucp_Unknown && record->chartype == ucp_Cn && record->gbprop == ucp_g… in do_getucdtype()
|
/third_party/glib/glib/pcre/ |
D | ucp.h | 34 ucp_Cn = G_UNICODE_UNASSIGNED, /* Unassigned */ enumerator
|
D | pcre_tables.c | 457 { 152, PT_PC, ucp_Cn },
|
/third_party/glib/glib/update-pcre/ |
D | ucp.patch | 557 - ucp_Cn, /* Unassigned */ 587 + ucp_Cn = G_UNICODE_UNASSIGNED, /* Unassigned */
|
/third_party/pcre2/pcre2/maint/ |
D | ucptest.c | 283 case ucp_Cn: fulltypename = US"Unassigned"; break; in print_prop()
|