static bool regionMatches(S a, int offsetA, S b, int offsetB, int len) { ret a.regionMatches(offsetA, b, offsetB, len); }