Lines Matching refs:forcecase
222 int forcecase = 0; in pcre2_substitute() local
660 if (forcecase != 0) in pcre2_substitute()
667 type != ((forcecase > 0)? ucp_Lu : ucp_Ll)) in pcre2_substitute()
674 ((forcecase > 0)? cbit_upper:cbit_lower) in pcre2_substitute()
678 forcecase = forcecasereset; in pcre2_substitute()
706 forcecase = forcecasereset = -1; in pcre2_substitute()
711 forcecase = -1; in pcre2_substitute()
717 forcecase = forcecasereset = 1; in pcre2_substitute()
722 forcecase = 1; in pcre2_substitute()
739 forcecase = forcecasereset = 0; in pcre2_substitute()
762 if (forcecase != 0) in pcre2_substitute()
769 type != ((forcecase > 0)? ucp_Lu : ucp_Ll)) in pcre2_substitute()
776 ((forcecase > 0)? cbit_upper:cbit_lower) in pcre2_substitute()
780 forcecase = forcecasereset; in pcre2_substitute()