Searched refs:ucp_L (Results 1 - 6 of 6) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_xclass.c163 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
189 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
H A Ducp.h23 ucp_L, /* Letter */ enumerator in enum:__anon64
H A Dpcre_tables.c109 ucp_L, ucp_L, ucp_L, ucp_L, ucp_L, /* Ll, Lu, Lm, Lo, Lt */
614 { 539, PT_GC, ucp_L },
H A Dpcre_dfa_exec.c1028 left_word = (cat == ucp_L || cat == ucp_N);
1045 right_word = (cat == ucp_L || cat == ucp_N);
1099 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
1123 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
1357 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
1381 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
1609 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
1633 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
1886 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
1910 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
[all...]
H A Dpcre_exec.c2203 prev_is_word = (cat == ucp_L || cat == ucp_N);
2227 cur_is_word = (cat == ucp_L || cat == ucp_N);
2254 prev_is_word = (cat == ucp_L || cat == ucp_N);
2278 cur_is_word = (cat == ucp_L || cat == ucp_N);
2584 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
2610 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
4242 if ((category == ucp_L || category == ucp_N) == prop_fail_result)
4287 if ((category == ucp_L || category == ucp_N || c == CHAR_UNDERSCORE)
4987 if ((category == ucp_L || category == ucp_N) == prop_fail_result)
5038 if ((category == ucp_L ||
[all...]
H A Dpcre_compile.c807 { ucp_L, ucp_N, ucp_N, ucp_Nl }, /* ALNUM, 3rd and 4th values redundant */
809 { ucp_L, ucp_N, ucp_P, ucp_Po } /* WORD */
2803 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
2824 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L ||
3372 Example: the row for WORD contains ucp_L, ucp_N, ucp_P, ucp_Po.

Completed in 378 milliseconds