Searched defs:codePoints (Results 1 – 9 of 9) sorted by relevance
44 @libcore.util.NonNull public default java.util.stream.IntStream codePoints() { throw new RuntimeExc… in codePoints() method
52 public String(int[] codePoints, int offset, int count) { throw new RuntimeException("Stub!"); } in String()
45 public default java.util.stream.IntStream codePoints() { throw new RuntimeException("Stub!"); } in codePoints() method
198 public default IntStream codePoints() { in codePoints() method
1587 public IntStream codePoints() { in codePoints() method
354 public String(int[] codePoints, int offset, int count) { in String()
150 public static String newStringFromCodePoints(int[] codePoints, int offset, int count) { in newStringFromCodePoints()
53 public String(int[] codePoints, int offset, int count) { in String()
1071 int[] codePoints = new int[sb.codePointCount(0, sb.length())]; in testStringConstructors() local