Searched refs:ucp_gentype (Results 1 – 8 of 8) sorted by relevance
152 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == isprop) in PRIV()171 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()172 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop) in PRIV()190 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop) in PRIV()197 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()198 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE) in PRIV()241 if ((PRIV(ucp_gentype)[prop->chartype] != ucp_Z && in PRIV()242 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV()255 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV()267 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_P || in PRIV()[all …]
1185 OK = PRIV(ucp_gentype)[prop->chartype] == code[2]; in internal_dfa_match()1204 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()1205 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match()1222 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match()1228 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()1229 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_match()1457 OK = PRIV(ucp_gentype)[prop->chartype] == code[3]; in internal_dfa_match()1476 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_match()1477 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_match()1494 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_match()[all …]
214 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; in check_char_prop()230 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()231 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; in check_char_prop()246 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated; in check_char_prop()251 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()252 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in check_char_prop()
130 const uint32_t PRIV(ucp_gentype)[] = { variable
784 if (PRIV(ucp_gentype)[type] == ucp_L && in pcre2_substitute()886 if (PRIV(ucp_gentype)[type] == ucp_L && in pcre2_substitute()
1853 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)]1958 extern const uint32_t PRIV(ucp_gentype)[];
2441 if ((Fecode[2] == PRIV(ucp_gentype)[prop->chartype]) == notmatch) in match()2466 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()2467 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == notmatch) in match()2485 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == notmatch) in match()2492 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()2493 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in match()
2415 if (type != ucp_Nd && PRIV(ucp_gentype)[type] != ucp_L && in read_name()