Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_xclass.c163 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
189 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
H A Ducp.h23 ucp_L, /* Letter */ enumerator
H A Dpcre_tables.c109 ucp_L, ucp_L, ucp_L, ucp_L, ucp_L, /* Ll, Lu, Lm, Lo, Lt */
614 { 539, PT_GC, ucp_L },
H A Dpcre_exec.c2210 prev_is_word = (cat == ucp_L || cat == ucp_N); in match()
2234 cur_is_word = (cat == ucp_L || cat == ucp_N); in match()
2261 prev_is_word = (cat == ucp_L || cat == ucp_N); in match()
2285 cur_is_word = (cat == ucp_L || cat == ucp_N); in match()
2591 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2617 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
4249 if ((category == ucp_L || category == ucp_N) == prop_fail_result) in match()
4994 if ((category == ucp_L || category == ucp_N) == prop_fail_result) in match()
5045 if ((category == ucp_L || in match()
5505 if ((category == ucp_L || category == ucp_N) == prop_fail_result) in match()
[all …]
H A Dpcre_compile.c816 { ucp_L, ucp_N, ucp_N, ucp_Nl }, /* ALNUM, 3rd and 4th values redundant */
818 { ucp_L, ucp_N, ucp_P, ucp_Po } /* WORD */
2853 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
2874 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()

Completed in 71 milliseconds