Searched refs:ucp_L (Results 1 – 5 of 5) sorted by relevance
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | pcre_xclass.c | 157 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV() 177 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
|
H A D | ucp.h | 20 ucp_L, /* Letter */ enumerator
|
H A D | pcre_tables.c | 109 ucp_L, ucp_L, ucp_L, ucp_L, ucp_L, /* Ll, Lu, Lm, Lo, Lt */ 559 { 468, PT_GC, ucp_L },
|
H A D | pcre_exec.c | 2188 prev_is_word = (cat == ucp_L || cat == ucp_N); in match() 2212 cur_is_word = (cat == ucp_L || cat == ucp_N); in match() 2239 prev_is_word = (cat == ucp_L || cat == ucp_N); in match() 2263 cur_is_word = (cat == ucp_L || cat == ucp_N); in match() 2569 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match() 2590 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match() 4153 if ((category == ucp_L || category == ucp_N) == prop_fail_result) in match() 4890 if ((category == ucp_L || category == ucp_N) == prop_fail_result) in match() 4947 if ((category == ucp_L || in match() 5388 if ((category == ucp_L || category == ucp_N) == prop_fail_result) in match() [all …]
|
H A D | pcre_compile.c | 3004 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop() 3019 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
|
Completed in 47 milliseconds