Home
last modified time | relevance | path

Searched refs:escaped (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/os/
DPatternMatcher.java130 final boolean escaped = (c == '\\'); in matchPattern()
131 if (escaped) { in matchPattern()
137 if (!escaped && c == '.') { in matchPattern()
/frameworks/base/tools/preload/
DRecord.java125 String escaped = result.substring(offset+2, offset+6); in decode() local
128 result = String.format("%s%c%s", before, Integer.parseInt(escaped, 16), after); in decode()
/frameworks/base/core/java/android/util/
DJsonReader.java1014 char escaped = buffer[pos++]; in readEscapeCharacter() local
1015 switch (escaped) { in readEscapeCharacter()
1043 return escaped; in readEscapeCharacter()
/frameworks/base/docs/html/guide/topics/resources/
Dstring-resource.jd446 information from the string. The work-around to this is to write the HTML tags with escaped
451 <li>Store your styled text resource as an HTML-escaped string:
458 HTML-escaped, using the {@code &amp;lt;} notation.</p>
477 "&lt;" or "&amp;", then they must be escaped before formatting, so that when the formatted string
/frameworks/base/docs/html/resources/articles/
Dwikinotes-linkify.jd92 <p>Note that the \b's had to be escaped with double backslashes for the Java
/frameworks/base/docs/html/videos/
Dindex.jd60 * @param title The video title to display in the player box (character escaped)
/frameworks/opt/vcard/java/com/android/vcard/
DVCardBuilder.java388 final String escaped = escapeCharacters(VCardUtils.constructNameFromElements( in appendNamePropertiesV40() local
391 appendLine(VCardConstants.PROPERTY_FN, escaped); in appendNamePropertiesV40()
/frameworks/base/tests/DumpRenderTree/assets/results/
Dlayout_tests_passed.txt1704 /sdcard/android/layout_tests/fast/js/regexp-ranges-and-escaped-hyphens.html
2605 /sdcard/android/layout_tests/http/tests/uri/escaped-entity.html