Searched refs:ucp_gentype (Results 1 – 6 of 6) sorted by relevance
148 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == isprop) in PRIV()161 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()162 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop) in PRIV()180 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop) in PRIV()187 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()188 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE) in PRIV()220 if ((PRIV(ucp_gentype)[prop->chartype] != ucp_Z && in PRIV()221 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV()234 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV()246 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_P || in PRIV()[all …]
2572 if ((ecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (op == OP_PROP)) in match()2589 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()2590 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP)) in match()2608 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == in match()2615 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()2616 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in match()
2773 extern const pcre_uint32 PRIV(ucp_gentype)[];2789 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)]
2839 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; in check_char_prop()2850 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()2851 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; in check_char_prop()2866 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated; in check_char_prop()2871 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()2872 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in check_char_prop()
105 const pcre_uint32 PRIV(ucp_gentype)[] = { variable
3260 8. Mark ucp_table (in ucptable.h) and ucp_gentype (in pcre_ucp_searchfuncs.c)
Completed in 83 milliseconds