Searched defs:codePointAt (Results 1 – 9 of 9) sorted by relevance
53 public synchronized int codePointAt(int index) { throw new RuntimeException("Stub!"); } in codePointAt() method in StringBuffer
114 public int codePointAt(int index) { throw new RuntimeException("Stub!"); } in codePointAt() method in StringBuilder
69 public static int codePointAt(@libcore.util.NonNull java.lang.CharSequence seq, int index) { throw … in codePointAt() method in Character71 public static int codePointAt(char[] a, int index) { throw new RuntimeException("Stub!"); } in codePointAt() method in Character73 public static int codePointAt(char[] a, int index, int limit) { throw new RuntimeException("Stub!")… in codePointAt() method in Character
78 public int codePointAt(int index) { throw new RuntimeException("Stub!"); } in codePointAt() method in String
77 public int codePointAt(int index) { in codePointAt() method in AbstractStringBuilder
103 public static int codePointAt(java.lang.CharSequence seq, int index) { in codePointAt() method in Character107 public static int codePointAt(char[] a, int index) { in codePointAt() method in Character111 public static int codePointAt(char[] a, int index, int limit) { in codePointAt() method in Character
117 public int codePointAt(int index) { in codePointAt() method in String
262 public int codePointAt(int index) { in codePointAt() method in AbstractStringBuilder
643 public int codePointAt(int index) { in codePointAt() method in String