Searched refs:escape (Results 1 – 9 of 9) sorted by relevance
125 String escape = escapes[c]; in escapeAndAppendString() local126 if (escape == null) continue; in escapeAndAppendString()129 append(escape); in escapeAndAppendString()143 String escape = escapes[c]; in escapeAndAppendString() local144 if (escape == null) continue; in escapeAndAppendString()147 append(escape); in escapeAndAppendString()
61 Because '{@code \}' is used as an escape character when the string is read 62 from XML (before it is parsed as a pattern), you will need to double-escape:
58 Because '<code class="Code prettyprint">\</code>' is used as an escape character when the string is…59 from XML (before it is parsed as a pattern), you will need to double-escape.
110 Because '{@code \}' is used as an escape character when the string is read 111 from XML (before it is parsed as a pattern), you will need to double-escape:
69 <td>String value, using double backslashes ({@code \\}) to escape characters
302 must be used to escape characters — for example, '{@code \\n}' for
115 …var a = $('<a class="' + id + '" href="#" onclick="loadVideo(\'' + id + '\',\'' + escape(title) + …
175 …ong> If you use an apostrophe or a quote in your string, you must either escape it or enclose the …
744 /sdcard/android/layout_tests/http/tests/security/xssAuditor/property-escape.html