Home
last modified time | relevance | path

Searched refs:toCodePoint (Results 1 – 9 of 9) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
DCharSequence.java194 block.accept(Character.toCodePoint(c1, c2)); in codePoints()
220 return Character.toCodePoint(c1, c2); in codePoints()
/libcore/luni/src/test/java/libcore/java/lang/
DStringBufferTest.java50 assertEquals(Character.toCodePoint(high, low), surrogateCP.codePoints().toArray()[0]); in testCodePoints()
DStringBuilderTest.java160 assertEquals(Character.toCodePoint(high, low), surrogateCP.codePoints().toArray()[0]); in testCodePoints()
DStringTest.java736 assertEquals(Character.toCodePoint(high, low), surrogateCP.codePoints().toArray()[0]); in testCodePoints()
/libcore/luni/src/test/java/libcore/java/nio/
DCharBufferTest.java53 assertEquals(Character.toCodePoint(high, low), cb.codePoints().toArray()[0]); in testCodePoints()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DCharacterTest.java96 int result = Character.toCodePoint('\uD800', '\uDC00'); in test_toCodePointCC()
99 result = Character.toCodePoint('\uD800', '\uDC01'); in test_toCodePointCC()
102 result = Character.toCodePoint('\uD801', '\uDC01'); in test_toCodePointCC()
105 result = Character.toCodePoint('\uDBFF', '\uDFFF'); in test_toCodePointCC()
/libcore/xml/src/main/java/com/android/org/kxml2/io/
DKXmlSerializer.java611 int codePoint = Character.toCodePoint(high, low); in writeSurrogate()
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DCharacter.annotated.java67 public static int toCodePoint(char high, char low) { throw new RuntimeException("Stub!"); } in toCodePoint() method in Character
/libcore/ojluni/annotations/hiddenapi/java/lang/
DCharacter.java99 public static int toCodePoint(char high, char low) { in toCodePoint() method in Character