Home
last modified time | relevance | path

Searched refs:isLowSurrogate (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
DCharSequence.java192 if (Character.isLowSurrogate(c2)) { in codePoints()
218 if (Character.isLowSurrogate(c2)) { in codePoints()
DAbstractStringBuilder.java1436 if (Character.isLowSurrogate(c2)) { in reverseAllValidSurrogatePairs()
/libcore/xml/src/main/java/com/android/org/kxml2/io/
DKXmlSerializer.java604 if (!Character.isLowSurrogate(low)) { in writeSurrogate()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DCharacterTest.java64 assertFalse(Character.isLowSurrogate((char) ('\uDC00' - 1))); in test_isLowSurrogateC()
66 assertTrue(Character.isLowSurrogate((char) c)); in test_isLowSurrogateC()
68 assertFalse(Character.isLowSurrogate((char) ('\uDFFF' + 1))); in test_isLowSurrogateC()
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DCharacter.annotated.java59 public static boolean isLowSurrogate(char ch) { throw new RuntimeException("Stub!"); } in isLowSurrogate() method in Character
/libcore/ojluni/annotations/hiddenapi/java/lang/
DCharacter.java83 public static boolean isLowSurrogate(char ch) { in isLowSurrogate() method in Character