Searched refs:codePointOf (Results 1 – 5 of 5) sorted by relevance
63 if (cp != Character.codePointOf(name) || in testCodePointRange()64 cp != Character.codePointOf(name.toLowerCase(Locale.ENGLISH))) in testCodePointRange()
209 public static int codePointOf(@libcore.util.NonNull String name) { throw new RuntimeException("Stub… in codePointOf() method in Character
55 public static int codePointOf(java.lang.String name) { throw new RuntimeException("Stub!"); } in codePointOf() method in Character
12373 public static int codePointOf(String name) { in codePointOf() method in Character
2534 method public static int codePointOf(@NonNull String);