Searched refs:isLowSurrogate (Results 1 – 6 of 6) sorted by relevance
192 if (Character.isLowSurrogate(c2)) { in codePoints()218 if (Character.isLowSurrogate(c2)) { in codePoints()
1436 if (Character.isLowSurrogate(c2)) { in reverseAllValidSurrogatePairs()
604 if (!Character.isLowSurrogate(low)) { in writeSurrogate()
64 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()
59 public static boolean isLowSurrogate(char ch) { throw new RuntimeException("Stub!"); } in isLowSurrogate() method in Character
83 public static boolean isLowSurrogate(char ch) { in isLowSurrogate() method in Character