Home
last modified time | relevance | path

Searched refs:ucp_Unknown (Results 1 – 6 of 6) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_script_run.c81 #define UCD_MAPSIZE (ucp_Unknown/32 + 1)
133 if (script == ucp_Unknown) return FALSE; in PRIV()
Dpcre2_ucd.c101 ucp_Unknown, /* script */
Dpcre2_ucp.h289 ucp_Unknown, enumerator
Dpcre2_ucptables.c1479 { 3326, PT_SC, ucp_Unknown },
1517 { 3563, PT_SC, ucp_Unknown }
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.c493 for (int i = 0; i < ucp_Unknown; i++) in print_prop()