Searched refs:isSeparator (Results 1 – 1 of 1) sorted by relevance
158 private static boolean isSeparator(char ch) { in isSeparator() method in FilenameUtils409 if (isSeparator(ch)) { in concat()508 return (isSeparator(ch0) ? 1 : 0); in getPrefixLength()524 if (len == 2 || isSeparator(filename.charAt(2)) == false) { in getPrefixLength()531 } else if (isSeparator(ch0) && isSeparator(ch1)) { in getPrefixLength()541 return (isSeparator(ch0) ? 1 : 0); in getPrefixLength()