Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_tables.c132 ucp_L, ucp_L, ucp_L, ucp_L, ucp_L, /* Ll, Lu, Lm, Lo, Lt */
H A Dpcre2_xclass.c171 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
197 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
H A 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()
H A Dpcre2_ucp.h60 ucp_L, enumerator
H A 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()
H A Dpcre2_substitute.c787 if (PRIV(ucp_gentype)[type] == ucp_L && in pcre2_substitute()
889 if (PRIV(ucp_gentype)[type] == ucp_L && in pcre2_substitute()
H A Dpcre2_match.c2480 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2506 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2771 if ((category == ucp_L || category == ucp_N) == notmatch) in match()
2816 if ((category == ucp_L || category == ucp_N || in match()
3572 if ((category == ucp_L || category == ucp_N) == (Lctype == OP_NOTPROP)) in match()
3623 if ((category == ucp_L || in match()
4152 if ((category == ucp_L || category == ucp_N) == notmatch) in match()
4202 if ((category == ucp_L || category == ucp_N || in match()
6067 prev_is_word = (cat == ucp_L || cat == ucp_N); in match()
6101 cur_is_word = (cat == ucp_L || cat == ucp_N); in match()
H A Dpcre2_ucptables.c1256 { 1777, PT_GC, ucp_L },
H A Dpcre2_compile.c746 PT_GC, ucp_L, /* alpha */
2417 if (type != ucp_Nd && PRIV(ucp_gentype)[type] != ucp_L && in read_name()

Completed in 118 milliseconds