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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DEncodings.java548 static int toCodePoint(char highSurrogate, char lowSurrogate) { method in class:Encodings
564 static int toCodePoint(char ch) { method in class:Encodings
/openjdk7/jdk/make/tools/src/build/tools/generatebreakiteratordata/
H A DCharacterCategory.java381 private static int toCodePoint(String s) { method in class:CharacterCategory
391 return Character.toCodePoint(c1, c2);
/openjdk7/jdk/src/share/classes/java/lang/
H A DCharacter.java4635 public static int toCodePoint(char high, char low) { method in class:Character
4673 return toCodePoint(c1, c2);
4744 return toCodePoint(c1, c2);
4778 return toCodePoint(c1, c2);
4851 return toCodePoint(c1, c2);
4874 * {@link #toCodePoint toCodePoint}{@code (highSurrogate(x), }{@link #lowSurrogate lowSurrogate}{@code (x)) == x}
4903 * {@link #toCodePoint toCodePoint}{@code (}{@link #highSurrogate highSurrogate}{@code (x), lowSurrogate(x)) == x}

Completed in 50 milliseconds