Searched refs:ucp_gentype (Results 1 – 8 of 8) sorted by relevance
151 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == isprop) in PRIV()164 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()165 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop) in PRIV()183 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop) in PRIV()190 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()191 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE) in PRIV()223 if ((PRIV(ucp_gentype)[prop->chartype] != ucp_Z && in PRIV()224 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV()237 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV()249 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_P || in PRIV()[all …]
1185 OK = PRIV(ucp_gentype)[prop->chartype] == code[2]; in internal_dfa_match()1199 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()1200 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match()1217 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match()1223 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()1224 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match()1443 OK = PRIV(ucp_gentype)[prop->chartype] == code[3]; in internal_dfa_match()1457 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()1458 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match()1475 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match()[all …]
210 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; in check_char_prop()221 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()222 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; in check_char_prop()237 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated; in check_char_prop()242 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()243 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in check_char_prop()
765 if (PRIV(ucp_gentype)[type] == ucp_L && in pcre2_substitute()867 if (PRIV(ucp_gentype)[type] == ucp_L && in pcre2_substitute()
1820 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)]1914 extern const uint32_t PRIV(ucp_gentype)[];
2437 if ((Fecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (Fop == OP_PROP)) in match()2454 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()2455 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (Fop == OP_NOTPROP)) in match()2473 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == in match()2480 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()2481 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in match()
127 const uint32_t PRIV(ucp_gentype)[] = { variable
2309 if (type != ucp_Nd && PRIV(ucp_gentype)[type] != ucp_L && in read_name()