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

/libcore/ojluni/src/main/java/java/lang/
H A DCharacter.java5088 * {@link #isHighSurrogate isHighSurrogate}{@code (highSurrogate(x))} and
5089 * {@link #toCodePoint toCodePoint}{@code (highSurrogate(x), }{@link #lowSurrogate lowSurrogate}{@code (x)) == x}
5097 public static char highSurrogate(int codePoint) { method in class:Character
5118 * {@link #toCodePoint toCodePoint}{@code (}{@link #highSurrogate highSurrogate}{@code (x), lowSurrogate(x)) == x}
5204 dst[index] = highSurrogate(codePoint);

Completed in 448 milliseconds