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

/opengrok-jel/test/org/opensolaris/opengrok/web/
H A DUtilTest.java259 public void jsStringLiteral() { method in class:UtilTest
261 Util.jsStringLiteral("abc\n\r\"'\\"));
/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DUtil.java1037 public static String jsStringLiteral(String str) { method in class:Util
1074 * @see #jsStringLiteral(String)
1091 out.write(jsStringLiteral(i.next()));
1094 out.write(jsStringLiteral(i.next()));
1108 * @see #jsStringLiteral(String)
1119 out.write(jsStringLiteral(values[0]));
1122 out.write(jsStringLiteral(values[i]));

Completed in 8 milliseconds