Searched refs:isDirChar (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/classes/java/util/prefs/
H A DFileSystemPreferences.java837 private static boolean isDirChar(char ch) { method in class:FileSystemPreferences
844 * inappropriate characters (as per isDirChar) it is translated to Base64.
849 if (!isDirChar(nodeName.charAt(i)))

Completed in 31 milliseconds