Lines Matching refs:forcecase
224 int forcecase = 0; in pcre2_substitute() local
690 if (forcecase != 0) in pcre2_substitute()
697 type != ((forcecase > 0)? ucp_Lu : ucp_Ll)) in pcre2_substitute()
704 ((forcecase > 0)? cbit_upper:cbit_lower) in pcre2_substitute()
708 forcecase = forcecasereset; in pcre2_substitute()
736 forcecase = forcecasereset = -1; in pcre2_substitute()
741 forcecase = -1; in pcre2_substitute()
747 forcecase = forcecasereset = 1; in pcre2_substitute()
752 forcecase = 1; in pcre2_substitute()
769 forcecase = forcecasereset = 0; in pcre2_substitute()
792 if (forcecase != 0) in pcre2_substitute()
799 type != ((forcecase > 0)? ucp_Lu : ucp_Ll)) in pcre2_substitute()
806 ((forcecase > 0)? cbit_upper:cbit_lower) in pcre2_substitute()
810 forcecase = forcecasereset; in pcre2_substitute()