Home
last modified time | relevance | path

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

/aosp_15_r20/external/pcre/src/
H A Dpcre2_tables.c219 ucp_Mc, ucp_Mn,
H A Dpcre2_dfa_match.c1125 chartype == ucp_Mn || chartype == ucp_Pc); in internal_dfa_match()
1150 chartype == ucp_Mn || chartype == ucp_Pc); in internal_dfa_match()
1240 chartype == ucp_Mn || chartype == ucp_Pc; in internal_dfa_match()
1522 chartype == ucp_Mn || chartype == ucp_Pc; in internal_dfa_match()
1787 chartype == ucp_Mn || chartype == ucp_Pc; in internal_dfa_match()
2078 chartype == ucp_Mn || chartype == ucp_Pc; in internal_dfa_match()
H A Dpcre2_xclass.c203 chartype == ucp_Mn || chartype == ucp_Pc) == isprop) in PRIV()
H A Dpcre2_ucp.h83 ucp_Mn, /* Non-spacing mark */ enumerator
H A Dpcre2_match.c2563 chartype == ucp_Mn || in match()
2881 chartype == ucp_Mn || chartype == ucp_Pc) == notmatch) in match()
3697 chartype == ucp_Mn || in match()
4285 chartype == ucp_Mn || in match()
6288 chartype == ucp_Mn || chartype == ucp_Pc); in match()
6321 chartype == ucp_Mn || chartype == ucp_Pc); in match()
H A Dpcre2_ucptables.c1320 { 2158, PT_PC, ucp_Mn },
H A Dpcre2_jit_compile.c6855 OP2U(SLJIT_AND | SLJIT_SET_Z, TMP2, 0, SLJIT_IMM, UCPCAT2(ucp_Mn, ucp_Pc) | UCPCAT_L | UCPCAT_N); in check_wordboundary()
6894 OP2U(SLJIT_AND | SLJIT_SET_Z, TMP2, 0, SLJIT_IMM, UCPCAT2(ucp_Mn, ucp_Pc) | UCPCAT_L | UCPCAT_N); in check_wordboundary()
7764 items = UCPCAT2(ucp_Mn, ucp_Pc) | UCPCAT_L | UCPCAT_N; in compile_xclass_matchingpath()
/aosp_15_r20/external/pcre/maint/
H A Ducptest.c326 case ucp_Mn: fulltypename = US"Non-spacing mark"; break; in print_prop()