/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.xml.ui/src/net/sourceforge/phpeclipse/xml/ui/internal/text/ |
H A D | XMLWordFinder.java | 33 if (!Character.isUnicodeIdentifierPart(document.getChar(pos))) { in findWord() 44 if (!Character.isUnicodeIdentifierPart(document.getChar(pos))) { in findWord()
|
H A D | NmtokenDetector.java | 29 if (Character.isUnicodeIdentifierPart(ch)) { in isWordPart()
|
H A D | NameDetector.java | 29 if (Character.isUnicodeIdentifierPart(ch)) { in isWordPart()
|
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpeclipse/ui/text/ |
H A D | TextDoubleClickStrategy.java | 45 if (!Character.isUnicodeIdentifierPart(c)) { in selectWord() 58 if (!Character.isUnicodeIdentifierPart(c)) { in selectWord()
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/ |
H A D | DefaultTextHover.java | 108 if (!Character.isUnicodeIdentifierPart(c)) in findWord() 120 if (!Character.isUnicodeIdentifierPart(c)) in findWord()
|
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/corext/template/php/ |
H A D | JavaDocContext.java | 86 && Character.isUnicodeIdentifierPart(document in getStart() 110 && Character.isUnicodeIdentifierPart(document in getStart()
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/preferences/ |
H A D | TemplateVariableProcessor.java | 113 while ((start != 0) && Character.isUnicodeIdentifierPart(string.charAt(start - 1))) in getStart() 118 while ((start != 0) && Character.isUnicodeIdentifierPart(string.charAt(start - 1))) in getStart()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/Character/ |
H A D | CharPropTest.java | 192 boolean actual = Character.isUnicodeIdentifierPart(codePoint); in isUnicodeIdentifierPartTest() 193 boolean expected = isUnicodeIdentifierPart(codePoint, category); in isUnicodeIdentifierPartTest() 273 private static boolean isUnicodeIdentifierPart(int codePoint, String category) { in isUnicodeIdentifierPart() method in CharPropTest
|
H A D | TestUndefinedIdentifierStartPart.java | 40 Character.isUnicodeIdentifierPart((char)ch))) { in main()
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/Character/ |
H A D | CharPropTest.java | 195 boolean actual = Character.isUnicodeIdentifierPart(codePoint); in isUnicodeIdentifierPartTest() 196 boolean expected = isUnicodeIdentifierPart(codePoint, category); in isUnicodeIdentifierPartTest() 276 private static boolean isUnicodeIdentifierPart(int codePoint, String category) { in isUnicodeIdentifierPart() method in CharPropTest
|
H A D | TestUndefinedIdentifierStartPart.java | 40 Character.isUnicodeIdentifierPart((char)ch))) { in main()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/Character/ |
H A D | CharPropTest.java | 195 boolean actual = Character.isUnicodeIdentifierPart(codePoint); in isUnicodeIdentifierPartTest() 196 boolean expected = isUnicodeIdentifierPart(codePoint, category); in isUnicodeIdentifierPartTest() 276 private static boolean isUnicodeIdentifierPart(int codePoint, String category) { in isUnicodeIdentifierPart() method in CharPropTest
|
H A D | TestUndefinedIdentifierStartPart.java | 40 Character.isUnicodeIdentifierPart((char)ch))) { in main()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/Character/ |
H A D | CharPropTest.java | 195 boolean actual = Character.isUnicodeIdentifierPart(codePoint); in isUnicodeIdentifierPartTest() 196 boolean expected = isUnicodeIdentifierPart(codePoint, category); in isUnicodeIdentifierPartTest() 276 private static boolean isUnicodeIdentifierPart(int codePoint, String category) { in isUnicodeIdentifierPart() method in CharPropTest
|
H A D | TestUndefinedIdentifierStartPart.java | 40 Character.isUnicodeIdentifierPart((char)ch))) { in main()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/Character/ |
H A D | CharPropTest.java | 192 boolean actual = Character.isUnicodeIdentifierPart(codePoint); in isUnicodeIdentifierPartTest() 193 boolean expected = isUnicodeIdentifierPart(codePoint, category); in isUnicodeIdentifierPartTest() 274 private static boolean isUnicodeIdentifierPart(int codePoint, String category) { in isUnicodeIdentifierPart() method in CharPropTest
|
H A D | TestUndefinedIdentifierStartPart.java | 40 Character.isUnicodeIdentifierPart((char)ch))) { in main()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/Character/ |
H A D | CharPropTest.java | 192 boolean actual = Character.isUnicodeIdentifierPart(codePoint); in isUnicodeIdentifierPartTest() 193 boolean expected = isUnicodeIdentifierPart(codePoint, category); in isUnicodeIdentifierPartTest() 274 private static boolean isUnicodeIdentifierPart(int codePoint, String category) { in isUnicodeIdentifierPart() method in CharPropTest
|
H A D | TestUndefinedIdentifierStartPart.java | 40 Character.isUnicodeIdentifierPart((char)ch))) { in main()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/Character/ |
H A D | CharPropTest.java | 192 boolean actual = Character.isUnicodeIdentifierPart(codePoint); in isUnicodeIdentifierPartTest() 193 boolean expected = isUnicodeIdentifierPart(codePoint, category); in isUnicodeIdentifierPartTest() 274 private static boolean isUnicodeIdentifierPart(int codePoint, String category) { in isUnicodeIdentifierPart() method in CharPropTest
|
H A D | TestUndefinedIdentifierStartPart.java | 40 Character.isUnicodeIdentifierPart((char)ch))) { in main()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/Character/ |
H A D | CharPropTest.java | 192 boolean actual = Character.isUnicodeIdentifierPart(codePoint); in isUnicodeIdentifierPartTest() 193 boolean expected = isUnicodeIdentifierPart(codePoint, category); in isUnicodeIdentifierPartTest() 274 private static boolean isUnicodeIdentifierPart(int codePoint, String category) { in isUnicodeIdentifierPart() method in CharPropTest
|
H A D | TestUndefinedIdentifierStartPart.java | 40 Character.isUnicodeIdentifierPart((char)ch))) { in main()
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/ |
H A D | JavaDocContext.java | 116 while ((start != 0) && Character.isUnicodeIdentifierPart(document.getChar(start - 1))) in getStart() 137 while (start != 0 && Character.isUnicodeIdentifierPart(document.getChar(start - 1))) in getStart()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/lang/ |
H A D | CharacterDataUndefined.java | 53 boolean isUnicodeIdentifierPart(int ch) { in isUnicodeIdentifierPart() method in CharacterDataUndefined
|