Searched refs:shouldEscapeCharacter (Results 1 – 1 of 1) sorted by relevance
1731 if (shouldEscapeCharacter(fileName.charAt(i))) { in escapeFileName()1743 if (shouldEscapeCharacter(c)) { in escapeFileName()1756 private static boolean shouldEscapeCharacter(char c) { in shouldEscapeCharacter() method in Util