Searched defs:isDigit (Results 1 – 4 of 4) sorted by relevance
490 private static boolean isDigit(char c) { in isDigit() method in Attributes.Name
109 public static boolean isDigit(char ch) { throw new RuntimeException("Stub!"); } in isDigit() method in Character111 public static boolean isDigit(int codePoint) { throw new RuntimeException("Stub!"); } in isDigit() method in Character
212 public static boolean isDigit(char ch) { in isDigit() method in Character216 public static boolean isDigit(int codePoint) { in isDigit() method in Character
2197 private boolean isDigit(char c) { in isDigit() method