Searched refs:ucp_L (Results 1 – 6 of 6) sorted by relevance
/external/pcre/dist/ |
D | pcre_xclass.c | 163 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV() 189 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
|
D | pcre_tables.c | 109 ucp_L, ucp_L, ucp_L, ucp_L, ucp_L, /* Ll, Lu, Lm, Lo, Lt */ 614 { 539, PT_GC, ucp_L },
|
D | ucp.h | 23 ucp_L, /* Letter */ enumerator
|
D | pcre_dfa_exec.c | 1028 left_word = (cat == ucp_L || cat == ucp_N); in internal_dfa_exec() 1045 right_word = (cat == ucp_L || cat == ucp_N); in internal_dfa_exec() 1099 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_exec() 1123 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_exec() 1357 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_exec() 1381 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_exec() 1609 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_exec() 1633 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_exec() 1886 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_exec() 1910 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_exec()
|
D | pcre_exec.c | 2203 prev_is_word = (cat == ucp_L || cat == ucp_N); in match() 2227 cur_is_word = (cat == ucp_L || cat == ucp_N); in match() 2254 prev_is_word = (cat == ucp_L || cat == ucp_N); in match() 2278 cur_is_word = (cat == ucp_L || cat == ucp_N); in match() 2584 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match() 2610 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match() 4242 if ((category == ucp_L || category == ucp_N) == prop_fail_result) in match() 4287 if ((category == ucp_L || category == ucp_N || c == CHAR_UNDERSCORE) in match() 4987 if ((category == ucp_L || category == ucp_N) == prop_fail_result) in match() 5038 if ((category == ucp_L || in match() [all …]
|
D | pcre_compile.c | 805 { ucp_L, ucp_N, ucp_N, ucp_Nl }, /* ALNUM, 3rd and 4th values redundant */ 807 { ucp_L, ucp_N, ucp_P, ucp_Po } /* WORD */ 2799 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop() 2820 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
|