Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/util/
DUtil.java1731 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