Searched refs:quoteReplacement (Results 1 – 7 of 7) sorted by relevance
232 .replaceAll(quoteReplacement(replacement.toString())); in replace()238 private static String quoteReplacement(String s) { in quoteReplacement() method in MessageHelper
55 Matcher.quoteReplacement(File.separator)); in getName()
76 sb, Matcher.quoteReplacement(spaces + prefix + formattedInterfaces)); in formatInterfaces()
20 import static java.util.regex.Matcher.quoteReplacement;193 return '"' + string.replaceAll("\"", quoteReplacement("\\\"")) + '"'; in quote()
49 Matcher.quoteReplacement("${ANDROID_BUILD_TOP}/");
610 String replace = Matcher.quoteReplacement(replaceText); in onClick()
933 stringWithReplacements, Matcher.quoteReplacement(variableDefinitions.get(groupName))); in replaceVariableReferences()