Searched refs:ucp_L (Results 1 – 10 of 10) sorted by relevance
/third_party/pcre2/pcre2/src/ |
D | pcre2_tables.c | 132 ucp_L, ucp_L, ucp_L, ucp_L, ucp_L, /* Ll, Lu, Lm, Lo, Lt */
|
D | pcre2_xclass.c | 171 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV() 197 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
|
D | pcre2_auto_possess.c | 173 { 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()
|
D | pcre2_dfa_match.c | 1120 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() 1204 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match() 1228 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match() 1476 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match() 1500 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match() 1731 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match() 1755 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match() 2012 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match() 2036 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
|
D | pcre2_ucp.h | 60 ucp_L, enumerator
|
D | pcre2_substitute.c | 784 if (PRIV(ucp_gentype)[type] == ucp_L && in pcre2_substitute() 886 if (PRIV(ucp_gentype)[type] == ucp_L && in pcre2_substitute()
|
D | pcre2_match.c | 2466 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match() 2492 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match() 2757 if ((category == ucp_L || category == ucp_N) == notmatch) in match() 2802 if ((category == ucp_L || category == ucp_N || in match() 3558 if ((category == ucp_L || category == ucp_N) == (Lctype == OP_NOTPROP)) in match() 3609 if ((category == ucp_L || in match() 4138 if ((category == ucp_L || category == ucp_N) == notmatch) in match() 4188 if ((category == ucp_L || category == ucp_N || in match() 6053 prev_is_word = (cat == ucp_L || cat == ucp_N); in match() 6087 cur_is_word = (cat == ucp_L || cat == ucp_N); in match()
|
D | pcre2_ucptables.c | 1256 { 1777, PT_GC, ucp_L },
|
D | pcre2_compile.c | 746 PT_GC, ucp_L, /* alpha */ 2415 if (type != ucp_Nd && PRIV(ucp_gentype)[type] != ucp_L && in read_name()
|
/third_party/pcre2/pcre2/maint/ |
D | ucptest.c | 379 case ucp_L: typename = US"Letter"; break; in print_prop()
|