Lines Matching refs:forcecase
227 int forcecase = 0; in pcre2_substitute() local
781 if (forcecase != 0) in pcre2_substitute()
788 type != ((forcecase > 0)? ucp_Lu : ucp_Ll)) in pcre2_substitute()
795 ((forcecase > 0)? cbit_upper:cbit_lower) in pcre2_substitute()
799 forcecase = forcecasereset; in pcre2_substitute()
827 forcecase = forcecasereset = -1; in pcre2_substitute()
832 forcecase = -1; in pcre2_substitute()
838 forcecase = forcecasereset = 1; in pcre2_substitute()
843 forcecase = 1; in pcre2_substitute()
860 forcecase = forcecasereset = 0; in pcre2_substitute()
883 if (forcecase != 0) in pcre2_substitute()
890 type != ((forcecase > 0)? ucp_Lu : ucp_Ll)) in pcre2_substitute()
897 ((forcecase > 0)? cbit_upper:cbit_lower) in pcre2_substitute()
901 forcecase = forcecasereset; in pcre2_substitute()