Home
last modified time | relevance | path

Searched refs:ucp_L (Results 1 – 10 of 10) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_tables.c132 ucp_L, ucp_L, ucp_L, ucp_L, ucp_L, /* Ll, Lu, Lm, Lo, Lt */
Dpcre2_xclass.c171 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
197 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
Dpcre2_auto_possess.c173 { ucp_L, ucp_N, ucp_N, ucp_Nl }, /* ALNUM, 3rd and 4th values redundant */
175 { ucp_L, ucp_N, ucp_P, ucp_Po } /* WORD */
230 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
251 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
Dpcre2_dfa_match.c1120 left_word = (cat == ucp_L || cat == ucp_N); in internal_dfa_match()
1145 right_word = (cat == ucp_L || cat == ucp_N); in internal_dfa_match()
1204 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1228 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1476 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1500 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1731 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
1755 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
2012 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
2036 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
Dpcre2_ucp.h60 ucp_L, enumerator
Dpcre2_substitute.c784 if (PRIV(ucp_gentype)[type] == ucp_L && in pcre2_substitute()
886 if (PRIV(ucp_gentype)[type] == ucp_L && in pcre2_substitute()
Dpcre2_match.c2466 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2492 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2757 if ((category == ucp_L || category == ucp_N) == notmatch) in match()
2802 if ((category == ucp_L || category == ucp_N || in match()
3558 if ((category == ucp_L || category == ucp_N) == (Lctype == OP_NOTPROP)) in match()
3609 if ((category == ucp_L || in match()
4138 if ((category == ucp_L || category == ucp_N) == notmatch) in match()
4188 if ((category == ucp_L || category == ucp_N || in match()
6053 prev_is_word = (cat == ucp_L || cat == ucp_N); in match()
6087 cur_is_word = (cat == ucp_L || cat == ucp_N); in match()
Dpcre2_ucptables.c1256 { 1777, PT_GC, ucp_L },
Dpcre2_compile.c746 PT_GC, ucp_L, /* alpha */
2415 if (type != ucp_Nd && PRIV(ucp_gentype)[type] != ucp_L && in read_name()
/third_party/pcre2/pcre2/maint/
Ducptest.c379 case ucp_L: typename = US"Letter"; break; in print_prop()