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

/libcore/ojluni/src/main/java/java/util/prefs/
H A DFileSystemPreferences.java827 private static boolean isDirChar(char ch) { method in class:FileSystemPreferences
834 * inappropriate characters (as per isDirChar) it is translated to Base64.
839 if (!isDirChar(nodeName.charAt(i)))

Completed in 387 milliseconds