Searched refs:SPAN_D (Results 1 - 1 of 1) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DUtil.java802 public static final String SPAN_D = "<span class=\"m\">"; field in class:Util
806 private static final int SPAN_LEN = SPAN_D.length() + SPAN_E.length();
844 System.arraycopy(csl1, s, csl1, s + SPAN_D.length(), m - s);
845 SPAN_E.getChars(0, SPAN_E.length(), csl1, m + SPAN_D.length());
846 SPAN_D.getChars(0, SPAN_D.length(), csl1, s);

Completed in 17 milliseconds