Searched refs:escaped (Results 1 – 8 of 8) sorted by relevance
130 final boolean escaped = (c == '\\'); in matchPattern()131 if (escaped) { in matchPattern()137 if (!escaped && c == '.') { in matchPattern()
125 String escaped = result.substring(offset+2, offset+6); in decode() local128 result = String.format("%s%c%s", before, Integer.parseInt(escaped, 16), after); in decode()
1014 char escaped = buffer[pos++]; in readEscapeCharacter() local1015 switch (escaped) { in readEscapeCharacter()1043 return escaped; in readEscapeCharacter()
446 information from the string. The work-around to this is to write the HTML tags with escaped451 <li>Store your styled text resource as an HTML-escaped string:458 HTML-escaped, using the {@code &lt;} notation.</p>477 "<" or "&", then they must be escaped before formatting, so that when the formatted string
92 <p>Note that the \b's had to be escaped with double backslashes for the Java
60 * @param title The video title to display in the player box (character escaped)
388 final String escaped = escapeCharacters(VCardUtils.constructNameFromElements( in appendNamePropertiesV40() local391 appendLine(VCardConstants.PROPERTY_FN, escaped); in appendNamePropertiesV40()
1704 /sdcard/android/layout_tests/fast/js/regexp-ranges-and-escaped-hyphens.html2605 /sdcard/android/layout_tests/http/tests/uri/escaped-entity.html