Home
last modified time | relevance | path

Searched refs:ucp_Cf (Results 1 – 8 of 8) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_xclass.c225 (prop->chartype == ucp_Cf && in PRIV()
238 (prop->chartype == ucp_Cf && in PRIV()
Dpcre2_ucp.h72 ucp_Cf, /* Format */ enumerator
Dpcre2_tables.c680 { 200, PT_PC, ucp_Cf },
Dpcre2_jit_compile.c8006 jump = CMP(SLJIT_NOT_EQUAL, typereg, 0, SLJIT_IMM, ucp_Cf - ucp_Ll); in compile_xclass_matchingpath()
8032 jump = CMP(SLJIT_NOT_EQUAL, typereg, 0, SLJIT_IMM, ucp_Cf - ucp_Ll); in compile_xclass_matchingpath()
/third_party/glib/glib/pcre/
Ducp.h33 ucp_Cf = G_UNICODE_FORMAT, /* Format */ enumerator
Dpcre_tables.c453 { 128, PT_PC, ucp_Cf },
/third_party/glib/glib/update-pcre/
Ducp.patch556 - ucp_Cf, /* Format */
586 + ucp_Cf = G_UNICODE_FORMAT, /* Format */
/third_party/pcre2/pcre2/maint/
Ducptest.c282 case ucp_Cf: fulltypename = US"Format"; break; in print_prop()