Lines Matching refs:forcecase
227 int forcecase = 0; in pcre2_substitute() local
778 if (forcecase != 0) in pcre2_substitute()
785 type != ((forcecase > 0)? ucp_Lu : ucp_Ll)) in pcre2_substitute()
792 ((forcecase > 0)? cbit_upper:cbit_lower) in pcre2_substitute()
796 forcecase = forcecasereset; in pcre2_substitute()
824 forcecase = forcecasereset = -1; in pcre2_substitute()
829 forcecase = -1; in pcre2_substitute()
835 forcecase = forcecasereset = 1; in pcre2_substitute()
840 forcecase = 1; in pcre2_substitute()
857 forcecase = forcecasereset = 0; in pcre2_substitute()
880 if (forcecase != 0) in pcre2_substitute()
887 type != ((forcecase > 0)? ucp_Lu : ucp_Ll)) in pcre2_substitute()
894 ((forcecase > 0)? cbit_upper:cbit_lower) in pcre2_substitute()
898 forcecase = forcecasereset; in pcre2_substitute()