Searched refs:ucp_L (Results 1 – 7 of 7) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_xclass.c | 164 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV() 190 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
|
D | pcre2_auto_possess.c | 170 { 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()
|
D | pcre2_tables.c | 129 ucp_L, ucp_L, ucp_L, ucp_L, ucp_L, /* Ll, Lu, Lm, Lo, Lt */ 649 { 573, PT_GC, ucp_L },
|
D | pcre2_ucp.h | 60 ucp_L, /* Letter */ enumerator
|
D | pcre2_dfa_match.c | 965 left_word = (cat == ucp_L || cat == ucp_N); in internal_dfa_match() 990 right_word = (cat == ucp_L || cat == ucp_N); in internal_dfa_match() 1044 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match() 1068 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match() 1302 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match() 1326 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match() 1554 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match() 1578 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match() 1831 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match() 1855 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()
|
D | pcre2_substitute.c | 666 if (PRIV(ucp_gentype)[type] == ucp_L && in pcre2_substitute() 768 if (PRIV(ucp_gentype)[type] == ucp_L && in pcre2_substitute()
|
D | pcre2_match.c | 2284 prev_is_word = (cat == ucp_L || cat == ucp_N); in match() 2309 cur_is_word = (cat == ucp_L || cat == ucp_N); in match() 2335 prev_is_word = (cat == ucp_L || cat == ucp_N); in match() 2361 cur_is_word = (cat == ucp_L || cat == ucp_N); in match() 2669 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match() 2695 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match() 4339 if ((category == ucp_L || category == ucp_N) == prop_fail_result) in match() 4384 if ((category == ucp_L || category == ucp_N || c == CHAR_UNDERSCORE) in match() 5084 if ((category == ucp_L || category == ucp_N) == prop_fail_result) in match() 5135 if ((category == ucp_L || in match() [all …]
|