Searched refs:escaped (Results 1 – 11 of 11) sorted by relevance
65 public static String unescapeXml(String escaped) { in unescapeXml() argument67 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()
93 bool escaped = false; in Text() local96 if (escaped) { in Text()97 escaped = false; in Text()101 escaped = true; in Text()
188 final boolean escaped = (c == '\\'); in matchGlobPattern()189 if (escaped) { in matchGlobPattern()195 if (!escaped && c == '.') { in matchGlobPattern()
1017 char escaped = buffer[pos++]; in readEscapeCharacter() local1018 switch (escaped) { in readEscapeCharacter()1046 return escaped; in readEscapeCharacter()
2961 StringBuilder escaped = new StringBuilder(); in escapeChars() local2964 escaped.append("\\"); in escapeChars()2966 escaped.append(c); in escapeChars()2969 return escaped.toString(); in escapeChars()
354 final String escaped = escapeCharacters(VCardUtils.constructNameFromElements( in appendNamePropertiesV40() local357 appendLine(VCardConstants.PROPERTY_FN, escaped); in appendNamePropertiesV40()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
META-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...