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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_xclass.c164 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop)
190 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE)
H A Ducp.h25 ucp_N, /* Number */ enumerator in enum:__anon1362
H A Dpcre_tables.c111 ucp_N, ucp_N, ucp_N, /* Nd, Nl, No */
647 { 765, PT_GC, ucp_N },
H A Dpcre_dfa_exec.c1028 left_word = (cat == ucp_L || cat == ucp_N);
1045 right_word = (cat == ucp_L || cat == ucp_N);
1100 PRIV(ucp_gentype)[prop->chartype] == ucp_N;
1124 PRIV(ucp_gentype)[prop->chartype] == ucp_N ||
1358 PRIV(ucp_gentype)[prop->chartype] == ucp_N;
1382 PRIV(ucp_gentype)[prop->chartype] == ucp_N ||
1610 PRIV(ucp_gentype)[prop->chartype] == ucp_N;
1634 PRIV(ucp_gentype)[prop->chartype] == ucp_N ||
1887 PRIV(ucp_gentype)[prop->chartype] == ucp_N;
1911 PRIV(ucp_gentype)[prop->chartype] == ucp_N ||
[all...]
H A Dpcre_exec.c2210 prev_is_word = (cat == ucp_L || cat == ucp_N);
2234 cur_is_word = (cat == ucp_L || cat == ucp_N);
2261 prev_is_word = (cat == ucp_L || cat == ucp_N);
2285 cur_is_word = (cat == ucp_L || cat == ucp_N);
2592 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP))
2618 PRIV(ucp_gentype)[prop->chartype] == ucp_N ||
4249 if ((category == ucp_L || category == ucp_N) == prop_fail_result)
4294 if ((category == ucp_L || category == ucp_N || c == CHAR_UNDERSCORE)
4994 if ((category == ucp_L || category == ucp_N) == prop_fail_result)
5046 category == ucp_N ||
[all...]
H A Dpcre_compile.c817 { ucp_L, ucp_N, ucp_N, ucp_Nl }, /* ALNUM, 3rd and 4th values redundant */
819 { ucp_L, ucp_N, ucp_P, ucp_Po } /* WORD */
2856 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated;
2877 PRIV(ucp_gentype)[prop->chartype] == ucp_N ||
3428 Example: the row for WORD contains ucp_L, ucp_N, ucp_P, ucp_Po.

Completed in 77 milliseconds