Searched refs:escaped (Results 1 – 13 of 13) sorted by relevance
109 String escaped; in execute() local111 escaped = ""; in execute()113 escaped = String.valueOf(arg); in execute()115 if (escaped.indexOf('\0') != -1 || escaped.indexOf(' ') != -1 || "!".equals(escaped)) { in execute()119 if (TextUtils.isEmpty(escaped)) { in execute()120 escaped = "!"; in execute()122 builder.append(' ').append(escaped); in execute()
130 final boolean escaped = (c == '\\'); in matchPattern()131 if (escaped) { in matchPattern()137 if (!escaped && c == '.') { in matchPattern()
67 public static String unescapeXml(String escaped) { in unescapeXml() argument69 return escaped.replace(QUOT_ENTITY, "\"") in unescapeXml()
46 bool escaped = false; in text() local49 if (escaped) { in text()50 escaped = false; in text()54 escaped = true; in text()
153 String escaped = result.substring(offset+2, offset+6); in decode() local156 result = String.format("%s%c%s", before, Integer.parseInt(escaped, 16), after); in decode()
88 bool escaped = false; in text() local91 if (escaped) { in text()92 escaped = false; in text()96 escaped = true; in text()
1017 char escaped = buffer[pos++]; in readEscapeCharacter() local1018 switch (escaped) { in readEscapeCharacter()1046 return escaped; in readEscapeCharacter()
479 information from the string. The work-around to this is to write the HTML tags with escaped484 <li>Store your styled text resource as an HTML-escaped string:491 HTML-escaped, using the {@code <} notation.</p>510 "<" or "&", then they must be escaped before formatting, so that when the formatted string
2149 StringBuilder escaped = new StringBuilder(); in escapeChars() local2152 escaped.append("\\"); in escapeChars()2154 escaped.append(c); in escapeChars()2157 return escaped.toString(); in escapeChars()
298 …contains a semicolon, it must be escaped with a backslash (for example, <code>\;</code>). Also, a …299 must be escaped with a backslash (for example, <code>\\</code>).304 …contains a semicolon, it must be escaped with a backslash (for example, <code>\;</code>). Also, a …305 must be escaped with a backslash (for example, <code>\\</code>).
354 final String escaped = escapeCharacters(VCardUtils.constructNameFromElements( in appendNamePropertiesV40() local357 appendLine(VCardConstants.PROPERTY_FN, escaped); in appendNamePropertiesV40()
META-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...