Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_tables.c132 ucp_L, ucp_L, ucp_L, ucp_L, ucp_L, /* Ll, Lu, Lm, Lo, Lt */
H A Dpcre2_xclass.c174 if ((PRIV(ucp_gentype)[chartype] == ucp_L || in PRIV()
201 if ((PRIV(ucp_gentype)[chartype] == ucp_L || in PRIV()
H A Dpcre2_auto_possess.c173 { ucp_L, ucp_N, ucp_N, ucp_Nl }, /* ALNUM, 3rd and 4th values redundant */
175 { ucp_L, ucp_N, ucp_P, ucp_Po } /* WORD */
230 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
251 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
H A Dpcre2_ucp.h60 ucp_L, enumerator
H A Dpcre2_dfa_match.c1124 left_word = (category == ucp_L || category == ucp_N || in internal_dfa_match()
1149 right_word = (category == ucp_L || category == ucp_N || in internal_dfa_match()
1213 OK = PRIV(ucp_gentype)[chartype] == ucp_L || in internal_dfa_match()
1238 OK = PRIV(ucp_gentype)[chartype] == ucp_L || in internal_dfa_match()
1495 OK = PRIV(ucp_gentype)[chartype] == ucp_L || in internal_dfa_match()
1520 OK = PRIV(ucp_gentype)[chartype] == ucp_L || in internal_dfa_match()
1760 OK = PRIV(ucp_gentype)[chartype] == ucp_L || in internal_dfa_match()
1785 OK = PRIV(ucp_gentype)[chartype] == ucp_L || in internal_dfa_match()
2051 OK = PRIV(ucp_gentype)[chartype] == ucp_L || in internal_dfa_match()
2076 OK = PRIV(ucp_gentype)[chartype] == ucp_L || in internal_dfa_match()
H A Dpcre2_substitute.c787 if (PRIV(ucp_gentype)[type] == ucp_L && in pcre2_substitute()
889 if (PRIV(ucp_gentype)[type] == ucp_L && in pcre2_substitute()
H A Dpcre2_match.c2534 if ((PRIV(ucp_gentype)[chartype] == ucp_L || in match()
2561 if ((PRIV(ucp_gentype)[chartype] == ucp_L || in match()
2834 if ((category == ucp_L || category == ucp_N) == notmatch) in match()
2880 if ((category == ucp_L || category == ucp_N || in match()
3643 if ((category == ucp_L || category == ucp_N) == (Lctype == OP_NOTPROP)) in match()
3695 if ((category == ucp_L || in match()
4232 if ((category == ucp_L || category == ucp_N) == notmatch) in match()
4283 if ((category == ucp_L || in match()
6287 prev_is_word = (category == ucp_L || category == ucp_N || in match()
6320 cur_is_word = (category == ucp_L || category == ucp_N || in match()
H A Dpcre2_ucptables.c1263 { 1782, PT_GC, ucp_L },
H A Dpcre2_compile.c748 PT_GC, ucp_L, /* alpha */
2504 if (type != ucp_Nd && PRIV(ucp_gentype)[type] != ucp_L && in read_name()

Completed in 70 milliseconds