Searched refs:ucp_L (Results 1 – 8 of 8) sorted by relevance
/PHP-7.3/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 */ 699 { 625, PT_GC, ucp_L },
|
H A D | pcre2_dfa_match.c | 1106 left_word = (cat == ucp_L || cat == ucp_N); in internal_dfa_match() 1131 right_word = (cat == ucp_L || cat == ucp_N); in internal_dfa_match() 1185 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match() 1209 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match() 1443 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match() 1467 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match() 1684 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match() 1708 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match() 1950 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match() 1974 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
|
H A D | pcre2_substitute.c | 696 if (PRIV(ucp_gentype)[type] == ucp_L && in pcre2_substitute() 798 if (PRIV(ucp_gentype)[type] == ucp_L && in pcre2_substitute()
|
H A D | pcre2_match.c | 2381 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match() 2407 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match() 2638 if ((category == ucp_L || category == ucp_N) == (Lctype == OP_NOTPROP)) in match() 2683 if ((category == ucp_L || category == ucp_N || in match() 3382 if ((category == ucp_L || category == ucp_N) == in match() 3434 if ((category == ucp_L || in match() 3904 if ((category == ucp_L || category == ucp_N) == in match() 3955 if ((category == ucp_L || category == ucp_N || in match() 5755 prev_is_word = (cat == ucp_L || cat == ucp_N); in match() 5789 cur_is_word = (cat == ucp_L || cat == ucp_N); in match()
|
H A D | pcre2_compile.c | 677 PT_GC, ucp_L, /* alpha */
|
Completed in 70 milliseconds