Home | History | Annotate | Download | only in io

Lines Matching refs:isSeparator

158     private static boolean isSeparator(char ch) {

409 if (isSeparator(ch)) {
508 return (isSeparator(ch0) ? 1 : 0);
524 if (len == 2 || isSeparator(filename.charAt(2)) == false) {
531 } else if (isSeparator(ch0) && isSeparator(ch1)) {
541 return (isSeparator(ch0) ? 1 : 0);