Home
last modified time | relevance | path

Searched refs:ucp_So (Results 1 – 7 of 7) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_ucp.h97 ucp_So, /* Other symbol */ enumerator
Dpcre2_tables.c219 ucp_Sc, ucp_So,
822 { 1384, PT_PC, ucp_So },
Dpcre2_jit_compile.c8003 OP2(SLJIT_SUB | SLJIT_SET_GREATER, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_So - ucp_Ll); in compile_xclass_matchingpath()
8026 OP2(SLJIT_SUB | SLJIT_SET_GREATER, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_So - ucp_Ll); in compile_xclass_matchingpath()
8048 … OP2(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_So - ucp_Sc); in compile_xclass_matchingpath()
/third_party/glib/glib/pcre/
Ducp.h58 ucp_So = G_UNICODE_OTHER_SYMBOL, /* Other symbol */ enumerator
Dpcre_tables.c120 ucp_Sc, ucp_So,
553 { 862, PT_PC, ucp_So },
/third_party/glib/glib/update-pcre/
Ducp.patch581 - ucp_So, /* Other symbol */
611 + ucp_So = G_UNICODE_OTHER_SYMBOL, /* Other symbol */
/third_party/pcre2/pcre2/maint/
Ducptest.c307 case ucp_So: fulltypename = US"Other symbol"; break; in print_prop()