Searched refs:isUnicodeIdentifierPart (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/make/tools/GenerateCharacter/
H A DCharacterDataPrivateUse.java.template55 boolean isUnicodeIdentifierPart(int ch) {
H A DCharacterDataUndefined.java.template53 boolean isUnicodeIdentifierPart(int ch) {
H A DCharacterData02.java.template120 boolean isUnicodeIdentifierPart(int ch) {
H A DCharacterData0E.java.template120 boolean isUnicodeIdentifierPart(int ch) {
H A DCharacterDataLatin1.java.template121 boolean isUnicodeIdentifierPart(int ch) {
H A DCharacterData01.java.template121 boolean isUnicodeIdentifierPart(int ch) {
H A DCharacterData00.java.template122 boolean isUnicodeIdentifierPart(int ch) {
/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...]
/openjdk7/jdk/test/java/util/regex/
H A DRegExTest.java1027 Character.isUnicodeIdentifierPart(c));
1057 Character.isUnicodeIdentifierPart(c));
/openjdk7/jdk/src/share/classes/java/util/regex/
H A DPattern.java5630 return Character.isUnicodeIdentifierPart(ch);}});

Completed in 81 milliseconds