Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_xclass.c164 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
190 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
H A Dpcre2_ucp.h60 ucp_L, /* Letter */ enumerator
H A Dpcre2_auto_possess.c170 { 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 Dpcre2_tables.c129 ucp_L, ucp_L, ucp_L, ucp_L, ucp_L, /* Ll, Lu, Lm, Lo, Lt */
721 { 676, PT_GC, ucp_L },
H A Dpcre2_dfa_match.c1120 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 Dpcre2_substitute.c765 if (PRIV(ucp_gentype)[type] == ucp_L && in pcre2_substitute()
867 if (PRIV(ucp_gentype)[type] == ucp_L && in pcre2_substitute()
H A Dpcre2_match.c2454 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2480 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2711 if ((category == ucp_L || category == ucp_N) == (Lctype == OP_NOTPROP)) in match()
2756 if ((category == ucp_L || category == ucp_N || in match()
3455 if ((category == ucp_L || category == ucp_N) == in match()
3507 if ((category == ucp_L || in match()
3977 if ((category == ucp_L || category == ucp_N) == in match()
4028 if ((category == ucp_L || category == ucp_N || in match()
5858 prev_is_word = (cat == ucp_L || cat == ucp_N); in match()
5892 cur_is_word = (cat == ucp_L || cat == ucp_N); in match()
H A Dpcre2_compile.c744 PT_GC, ucp_L, /* alpha */
2309 if (type != ucp_Nd && PRIV(ucp_gentype)[type] != ucp_L && in read_name()

Completed in 72 milliseconds