int iAfterEnd4trim = -1;
if(getTALConfig().doTrimRight()) {
iAfterEnd4trim = iAfterEnd;
}
i_i ss = trim(str_orBfr, iStart4trim, iAfterEnd4trim);
//Point to the first character in the next line.
//ss.i1 and i2 compensate for the number of
//characters deleted in the previous line.
iStart = iAfterEnd + getTALConfig().getLineSeparator().length() - ss.i1 - ss.i2;