3132333435363738394041
StringValue sv3 = (StringValue)argument[2].evaluateItem(context); int[] a1 = sv1.expand(); int[] a2 = sv2.expand(); int[] a3 = sv3.expand(); int length1 = a1.length; int length2 = a2.length; FastStringBuffer sb = new FastStringBuffer(length1); inputLoop: