Home
last modified time | relevance | path

Searched refs:ucp_Cn (Results 1 – 5 of 5) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_ucd.c102 ucp_Cn, /* type unassigned */
Dpcre2_ucp.h73 ucp_Cn, /* Unassigned */ enumerator
Dpcre2_ucptables.c1122 { 720, PT_PC, ucp_Cn },
Dpcre2_jit_compile.c5137 SLJIT_ASSERT(record->script == ucp_Unknown && record->chartype == ucp_Cn && record->gbprop == ucp_g… in do_getucd()
5177 SLJIT_ASSERT(record->script == ucp_Unknown && record->chartype == ucp_Cn && record->gbprop == ucp_g… in do_getucdtype()
/third_party/pcre2/pcre2/maint/
Ducptest.c391 case ucp_Cn: fulltypename = US"Unassigned"; break; in print_prop()