Searched defs:isSupplementaryCodePoint (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/lang/
H A DCharacter.java1631 public static boolean isSupplementaryCodePoint(int codePoint) { method in class:Character
1705 * @see #isSupplementaryCodePoint(int)
2010 * {@link #isSupplementaryCodePoint(int) supplementary code point}.
2022 if (isSupplementaryCodePoint(codePoint)) {
2047 * {@link #isSupplementaryCodePoint(int) supplementary code point},
2055 if (isSupplementaryCodePoint(codePoint)) {

Completed in 82 milliseconds