static java.util.regex.Pattern compileRegexpPossiblyIC(S pat, bool ic) { ret ic ? compileRegexpIC(pat) : compileRegexp(pat); }