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

/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DUtil.java666 private static final int SPAN_LEN = SPAN_D.length() + SPAN_E.length(); field in class:Util
687 char[] csl1 = new char[m + SPAN_LEN];
689 char[] csl2 = new char[n + SPAN_LEN];
703 System.arraycopy(csl1, m, csl1, m + SPAN_LEN, line1.length() - m);
714 System.arraycopy(csl2, n, csl2, n + SPAN_LEN, line2.length() - n);

Completed in 228 milliseconds