Searched refs:ucp_L (Results 1 – 8 of 8) sorted by relevance
/PHP-8.1/ext/pcre/pcre2lib/ |
H A D | pcre2_xclass.c | 164 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV() 190 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
|
H A D | pcre2_ucp.h | 60 ucp_L, /* Letter */ enumerator
|
H A D | pcre2_auto_possess.c | 170 { ucp_L, ucp_N, ucp_N, ucp_Nl }, /* ALNUM, 3rd and 4th values redundant */ 172 { ucp_L, ucp_N, ucp_P, ucp_Po } /* WORD */ 221 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop() 242 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
|
H A D | pcre2_tables.c | 129 ucp_L, ucp_L, ucp_L, ucp_L, ucp_L, /* Ll, Lu, Lm, Lo, Lt */ 732 { 689, PT_GC, ucp_L },
|
H A D | pcre2_dfa_match.c | 1120 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() 1199 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match() 1223 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match() 1457 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match() 1481 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match() 1698 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match() 1722 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match() 1964 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match() 1988 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
|
H A D | pcre2_substitute.c | 765 if (PRIV(ucp_gentype)[type] == ucp_L && in pcre2_substitute() 867 if (PRIV(ucp_gentype)[type] == ucp_L && in pcre2_substitute()
|
H A D | pcre2_match.c | 2456 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match() 2482 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match() 2713 if ((category == ucp_L || category == ucp_N) == (Lctype == OP_NOTPROP)) in match() 2758 if ((category == ucp_L || category == ucp_N || in match() 3457 if ((category == ucp_L || category == ucp_N) == in match() 3509 if ((category == ucp_L || in match() 3979 if ((category == ucp_L || category == ucp_N) == in match() 4030 if ((category == ucp_L || category == ucp_N || in match() 5860 prev_is_word = (cat == ucp_L || cat == ucp_N); in match() 5894 cur_is_word = (cat == ucp_L || cat == ucp_N); in match()
|
H A D | pcre2_compile.c | 744 PT_GC, ucp_L, /* alpha */ 2330 if (type != ucp_Nd && PRIV(ucp_gentype)[type] != ucp_L && in read_name()
|
Completed in 88 milliseconds