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

/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DUtil.java804 public static final String SPAN_A = "<span class=\"p\">"; field in class:Util
855 System.arraycopy(csl2, s, csl2, s + SPAN_A.length(), n - s);
856 SPAN_E.getChars(0, SPAN_E.length(), csl2, n + SPAN_A.length());
857 SPAN_A.getChars(0, SPAN_A.length(), csl2, s);

Completed in 13 milliseconds