Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_ucp.h83 ucp_Mn, /* Non-spacing mark */ enumerator
Dpcre2_tables.c216 ucp_Mc, ucp_Mn,
764 { 927, PT_PC, ucp_Mn },
/third_party/glib/glib/pcre/
Ducp.h44 ucp_Mn = G_UNICODE_NON_SPACING_MARK, /* Non-spacing mark */ enumerator
Dpcre_tables.c117 ucp_Mc, ucp_Mn,
515 { 621, PT_PC, ucp_Mn },
Dpcre_jit_compile.c3453 add_jump(compiler, backtracks, CMP(SLJIT_C_LESS_EQUAL, TMP1, 0, SLJIT_IMM, ucp_Mn - ucp_Mc)); in compile_char1_trypath()
3461 CMPTO(SLJIT_C_LESS_EQUAL, TMP1, 0, SLJIT_IMM, ucp_Mn - ucp_Mc, label); in compile_char1_trypath()
/third_party/glib/glib/update-pcre/
Ducp.patch567 - ucp_Mn, /* Non-spacing mark */
597 + ucp_Mn = G_UNICODE_NON_SPACING_MARK, /* Non-spacing mark */
/third_party/pcre2/pcre2/maint/
Ducptest.c293 case ucp_Mn: fulltypename = US"Non-spacing mark"; break; in print_prop()