Searched refs:ucp_gentype (Results 1 – 6 of 6) sorted by relevance
150 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == isprop) in PRIV()163 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()164 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop) in PRIV()182 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop) in PRIV()189 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()190 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE) in PRIV()222 if ((PRIV(ucp_gentype)[prop->chartype] != ucp_Z && in PRIV()223 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV()236 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV()248 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_P || in PRIV()[all …]
2574 if ((ecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (op == OP_PROP)) in match()2591 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()2592 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP)) in match()2610 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == in match()2617 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()2618 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in match()
2773 extern const pcre_uint32 PRIV(ucp_gentype)[];2798 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)]
2842 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; in check_char_prop()2853 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()2854 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; in check_char_prop()2869 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated; in check_char_prop()2874 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()2875 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in check_char_prop()
107 const pcre_uint32 PRIV(ucp_gentype)[] = { variable
3446 8. Mark ucp_table (in ucptable.h) and ucp_gentype (in pcre_ucp_searchfuncs.c)
Completed in 70 milliseconds