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

/openjdk7/jdk/src/share/classes/java/lang/
H A DCharacterData.java36 abstract boolean isUnicodeIdentifierPart(int ch); method in class:CharacterData
H A DCharacter.java5633 * @see Character#isUnicodeIdentifierPart(char)
5654 * @see Character#isUnicodeIdentifierPart(int)
5723 * @see Character#isUnicodeIdentifierPart(char)
5868 * @see Character#isUnicodeIdentifierPart(char)
5901 * @see Character#isUnicodeIdentifierPart(int)
5931 * @see Character#isUnicodeIdentifierPart(char)
5955 * @see Character#isUnicodeIdentifierPart(int)
5982 * the {@link #isUnicodeIdentifierPart(int)} method.
5993 public static boolean isUnicodeIdentifierPart(char ch) { method in class:Character
5994 return isUnicodeIdentifierPart((in
6022 public static boolean isUnicodeIdentifierPart(int codePoint) { method in class:Character
[all...]

Completed in 35 milliseconds