Searched refs:ucp_So (Results 1 – 7 of 7) sorted by relevance
/third_party/pcre2/pcre2/src/ |
D | pcre2_ucp.h | 97 ucp_So, /* Other symbol */ enumerator
|
D | pcre2_tables.c | 219 ucp_Sc, ucp_So, 822 { 1384, PT_PC, ucp_So },
|
D | pcre2_jit_compile.c | 8003 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/ |
D | ucp.h | 58 ucp_So = G_UNICODE_OTHER_SYMBOL, /* Other symbol */ enumerator
|
D | pcre_tables.c | 120 ucp_Sc, ucp_So, 553 { 862, PT_PC, ucp_So },
|
/third_party/glib/glib/update-pcre/ |
D | ucp.patch | 581 - ucp_So, /* Other symbol */ 611 + ucp_So = G_UNICODE_OTHER_SYMBOL, /* Other symbol */
|
/third_party/pcre2/pcre2/maint/ |
D | ucptest.c | 307 case ucp_So: fulltypename = US"Other symbol"; break; in print_prop()
|