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

/libcore/ojluni/src/main/java/java/lang/
H A DCharacter.java5089 * {@link #toCodePoint toCodePoint}{@code (highSurrogate(x), }{@link #lowSurrogate lowSurrogate}{@code (x)) == x}
5117 * {@link #isLowSurrogate isLowSurrogate}{@code (lowSurrogate(x))} and
5118 * {@link #toCodePoint toCodePoint}{@code (}{@link #highSurrogate highSurrogate}{@code (x), lowSurrogate(x)) == x}
5126 public static char lowSurrogate(int codePoint) { method in class:Character
5203 dst[index+1] = lowSurrogate(codePoint);

Completed in 44 milliseconds