Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_tables.c222 ucp_Sc, ucp_So,
Dpcre2_ucp.h94 ucp_Sc, /* Currency symbol */ enumerator
Dpcre2_ucptables.c1410 { 2859, PT_PC, ucp_Sc },
Dpcre2_jit_compile.c8209 SET_TYPE_OFFSET(ucp_Sc); in compile_xclass_matchingpath()
8210 OP2U(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, typereg, 0, SLJIT_IMM, ucp_So - ucp_Sc); in compile_xclass_matchingpath()
/third_party/pcre2/pcre2/maint/
Ducptest.c412 case ucp_Sc: fulltypename = US"Currency symbol"; break; in print_prop()