Searched refs:isBmpCodePoint (Results 1 – 6 of 6) sorted by relevance
38 assertTrue(Character.isBmpCodePoint(0x0000)); in test_isBmpCodePoint()39 assertTrue(Character.isBmpCodePoint(0x0666)); in test_isBmpCodePoint()40 assertTrue(Character.isBmpCodePoint(0xffff)); in test_isBmpCodePoint()41 assertFalse(Character.isBmpCodePoint(0x10000)); in test_isBmpCodePoint()42 assertFalse(Character.isBmpCodePoint(-1)); in test_isBmpCodePoint()43 assertFalse(Character.isBmpCodePoint(Integer.MAX_VALUE)); in test_isBmpCodePoint()44 assertFalse(Character.isBmpCodePoint(Integer.MIN_VALUE)); in test_isBmpCodePoint()
421 if (Character.isBmpCodePoint(codePoint)) { in resolveCharacterReference()
4718 public static boolean isBmpCodePoint(int codePoint) { in isBmpCodePoint() method in Character5172 if (isBmpCodePoint(codePoint)) { in toChars()5200 if (isBmpCodePoint(codePoint)) { in toChars()
791 if (Character.isBmpCodePoint(codePoint)) { in appendCodePoint()
53 public static boolean isBmpCodePoint(int codePoint) { throw new RuntimeException("Stub!"); } in isBmpCodePoint() method in Character
71 public static boolean isBmpCodePoint(int codePoint) { in isBmpCodePoint() method in Character