static bool regionMatchesIC(S a, int offsetA, S b, int offsetB, int len) { ret a != null && a.regionMatches(true, offsetA, b, offsetB, len); }