Searched defs:SPAN_LEN (Results 1 - 1 of 1) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DUtil.java806 private static final int SPAN_LEN = SPAN_D.length() + SPAN_E.length(); field in class:Util
827 char[] csl1 = new char[m + SPAN_LEN];
829 char[] csl2 = new char[n + SPAN_LEN];
843 System.arraycopy(csl1, m, csl1, m + SPAN_LEN, line1.length() - m);
854 System.arraycopy(csl2, n, csl2, n + SPAN_LEN, line2.length() - n);

Completed in 10 milliseconds