Searched refs:ucp_L (Results 1 – 5 of 5) sorted by relevance
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | pcre_xclass.c | 161 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV() 187 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
|
H A D | ucp.h | 23 ucp_L, /* Letter */ enumerator
|
H A D | pcre_tables.c | 107 ucp_L, ucp_L, ucp_L, ucp_L, ucp_L, /* Ll, Lu, Lm, Lo, Lt */ 612 { 539, PT_GC, ucp_L },
|
H A D | pcre_exec.c | 2208 prev_is_word = (cat == ucp_L || cat == ucp_N); in match() 2232 cur_is_word = (cat == ucp_L || cat == ucp_N); in match() 2259 prev_is_word = (cat == ucp_L || cat == ucp_N); in match() 2283 cur_is_word = (cat == ucp_L || cat == ucp_N); in match() 2589 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match() 2615 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match() 4247 if ((category == ucp_L || category == ucp_N) == prop_fail_result) in match() 4992 if ((category == ucp_L || category == ucp_N) == prop_fail_result) in match() 5043 if ((category == ucp_L || in match() 5503 if ((category == ucp_L || category == ucp_N) == prop_fail_result) in match() [all …]
|
H A D | pcre_compile.c | 813 { ucp_L, ucp_N, ucp_N, ucp_Nl }, /* ALNUM, 3rd and 4th values redundant */ 815 { ucp_L, ucp_N, ucp_P, ucp_Po } /* WORD */ 2850 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop() 2871 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
|
Completed in 67 milliseconds