Searched refs:isSurrogate (Results 1 – 8 of 8) sorted by relevance
48 assertFalse(Character.isSurrogate('\u0000')); in test_isSurrogate()49 assertFalse(Character.isSurrogate('\u0666')); in test_isSurrogate()50 assertFalse(Character.isSurrogate((char) (Character.MIN_SURROGATE - 1))); in test_isSurrogate()52 assertTrue(Character.isSurrogate(ch)); in test_isSurrogate()54 assertFalse(Character.isSurrogate((char) (Character.MAX_SURROGATE + 1))); in test_isSurrogate()
1195 if (Character.isSurrogate(ch)) { in fastSplit()
1625 if (Character.isSurrogate(cj) ||1626 Character.isSurrogate(ck)) {
8871 public static boolean isSurrogate(char ch) { in isSurrogate() method in Character
61 public static boolean isSurrogate(char ch) { throw new RuntimeException("Stub!"); } in isSurrogate() method in Character
87 public static boolean isSurrogate(char ch) { in isSurrogate() method in Character
62 public static boolean isSurrogate(char ch) { throw new RuntimeException("Stub!"); } in isSurrogate() method in Character
2488 method public static boolean isSurrogate(char);