Home
last modified time | relevance | path

Searched refs:requiresBidi (Results 1 – 25 of 122) sorted by relevance

12345

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/text/Bidi/
H A DBidiSurrogateTest.java65 void testRequiresBidi(String string, boolean requiresBidi) { in testRequiresBidi() argument
67 if (Bidi.requiresBidi(text, 0, text.length) != requiresBidi) { in testRequiresBidi()
68 … throw new RuntimeException("testRequiresBidi failed with '" + string + "', " + requiresBidi); in testRequiresBidi()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/text/Bidi/
H A DBidiSurrogateTest.java65 void testRequiresBidi(String string, boolean requiresBidi) { in testRequiresBidi() argument
67 if (Bidi.requiresBidi(text, 0, text.length) != requiresBidi) { in testRequiresBidi()
68 … throw new RuntimeException("testRequiresBidi failed with '" + string + "', " + requiresBidi); in testRequiresBidi()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/text/Bidi/
H A DBidiSurrogateTest.java65 void testRequiresBidi(String string, boolean requiresBidi) { in testRequiresBidi() argument
67 if (Bidi.requiresBidi(text, 0, text.length) != requiresBidi) { in testRequiresBidi()
68 … throw new RuntimeException("testRequiresBidi failed with '" + string + "', " + requiresBidi); in testRequiresBidi()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/text/Bidi/
H A DBidiSurrogateTest.java65 void testRequiresBidi(String string, boolean requiresBidi) { in testRequiresBidi() argument
67 if (Bidi.requiresBidi(text, 0, text.length) != requiresBidi) { in testRequiresBidi()
68 … throw new RuntimeException("testRequiresBidi failed with '" + string + "', " + requiresBidi); in testRequiresBidi()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/text/Bidi/
H A DBidiSurrogateTest.java65 void testRequiresBidi(String string, boolean requiresBidi) { in testRequiresBidi() argument
67 if (Bidi.requiresBidi(text, 0, text.length) != requiresBidi) { in testRequiresBidi()
68 … throw new RuntimeException("testRequiresBidi failed with '" + string + "', " + requiresBidi); in testRequiresBidi()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/text/Bidi/
H A DBidiSurrogateTest.java65 void testRequiresBidi(String string, boolean requiresBidi) { in testRequiresBidi() argument
67 if (Bidi.requiresBidi(text, 0, text.length) != requiresBidi) { in testRequiresBidi()
68 … throw new RuntimeException("testRequiresBidi failed with '" + string + "', " + requiresBidi); in testRequiresBidi()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/text/Bidi/
H A DBidiSurrogateTest.java65 void testRequiresBidi(String string, boolean requiresBidi) { in testRequiresBidi() argument
67 if (Bidi.requiresBidi(text, 0, text.length) != requiresBidi) { in testRequiresBidi()
68 … throw new RuntimeException("testRequiresBidi failed with '" + string + "', " + requiresBidi); in testRequiresBidi()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/text/Bidi/
H A DBidiSurrogateTest.java65 void testRequiresBidi(String string, boolean requiresBidi) { in testRequiresBidi() argument
67 if (Bidi.requiresBidi(text, 0, text.length) != requiresBidi) { in testRequiresBidi()
68 … throw new RuntimeException("testRequiresBidi failed with '" + string + "', " + requiresBidi); in testRequiresBidi()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/text/Bidi/
H A DBidiSurrogateTest.java65 void testRequiresBidi(String string, boolean requiresBidi) { in testRequiresBidi() argument
67 if (Bidi.requiresBidi(text, 0, text.length) != requiresBidi) { in testRequiresBidi()
68 … throw new RuntimeException("testRequiresBidi failed with '" + string + "', " + requiresBidi); in testRequiresBidi()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/text/Bidi/
H A DBidiSurrogateTest.java65 void testRequiresBidi(String string, boolean requiresBidi) { in testRequiresBidi() argument
67 if (Bidi.requiresBidi(text, 0, text.length) != requiresBidi) { in testRequiresBidi()
68 … throw new RuntimeException("testRequiresBidi failed with '" + string + "', " + requiresBidi); in testRequiresBidi()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/text/
H A DBidi.java303 public static boolean requiresBidi(char[] text, int start, int limit) { in requiresBidi() method in Bidi
304 return BidiBase.requiresBidi(text, start, limit); in requiresBidi()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/text/
H A DBidi.java303 public static boolean requiresBidi(char[] text, int start, int limit) { in requiresBidi() method in Bidi
304 return BidiBase.requiresBidi(text, start, limit); in requiresBidi()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/text/
H A DBidi.java303 public static boolean requiresBidi(char[] text, int start, int limit) { in requiresBidi() method in Bidi
304 return BidiBase.requiresBidi(text, start, limit); in requiresBidi()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/text/
H A DBidi.java303 public static boolean requiresBidi(char[] text, int start, int limit) { in requiresBidi() method in Bidi
304 return BidiBase.requiresBidi(text, start, limit); in requiresBidi()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/text/
H A DBidi.java303 public static boolean requiresBidi(char[] text, int start, int limit) { in requiresBidi() method in Bidi
304 return BidiBase.requiresBidi(text, start, limit); in requiresBidi()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/text/
H A DBidi.java303 public static boolean requiresBidi(char[] text, int start, int limit) { in requiresBidi() method in Bidi
304 return BidiBase.requiresBidi(text, start, limit); in requiresBidi()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/text/
H A DBidi.java303 public static boolean requiresBidi(char[] text, int start, int limit) { in requiresBidi() method in Bidi
304 return BidiBase.requiresBidi(text, start, limit); in requiresBidi()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/text/
H A DBidi.java303 public static boolean requiresBidi(char[] text, int start, int limit) { in requiresBidi() method in Bidi
304 return BidiBase.requiresBidi(text, start, limit); in requiresBidi()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/text/
H A DBidi.java303 public static boolean requiresBidi(char[] text, int start, int limit) { in requiresBidi() method in Bidi
304 return BidiBase.requiresBidi(text, start, limit); in requiresBidi()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/text/
H A DBidi.java303 public static boolean requiresBidi(char[] text, int start, int limit) { in requiresBidi() method in Bidi
304 return BidiBase.requiresBidi(text, start, limit); in requiresBidi()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/font/
H A DTextLine.java911 boolean requiresBidi = false; in fastCreateTextLine()
919 requiresBidi = !isDirectionLTR; in fastCreateTextLine()
922 requiresBidi = true; in fastCreateTextLine()
933 if (!requiresBidi) { in fastCreateTextLine()
934 requiresBidi = Bidi.requiresBidi(chars, 0, chars.length); in fastCreateTextLine()
937 if (requiresBidi) { in fastCreateTextLine()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/java/awt/font/
H A DTextLine.java911 boolean requiresBidi = false; in fastCreateTextLine()
919 requiresBidi = !isDirectionLTR; in fastCreateTextLine()
922 requiresBidi = true; in fastCreateTextLine()
933 if (!requiresBidi) { in fastCreateTextLine()
934 requiresBidi = Bidi.requiresBidi(chars, 0, chars.length); in fastCreateTextLine()
937 if (requiresBidi) { in fastCreateTextLine()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/font/
H A DTextLine.java911 boolean requiresBidi = false; in fastCreateTextLine()
919 requiresBidi = !isDirectionLTR; in fastCreateTextLine()
922 requiresBidi = true; in fastCreateTextLine()
933 if (!requiresBidi) { in fastCreateTextLine()
934 requiresBidi = Bidi.requiresBidi(chars, 0, chars.length); in fastCreateTextLine()
937 if (requiresBidi) { in fastCreateTextLine()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/awt/font/
H A DTextLine.java916 boolean requiresBidi = false; in fastCreateTextLine()
924 requiresBidi = !isDirectionLTR; in fastCreateTextLine()
927 requiresBidi = true; in fastCreateTextLine()
938 if (!requiresBidi) { in fastCreateTextLine()
939 requiresBidi = Bidi.requiresBidi(chars, 0, chars.length); in fastCreateTextLine()
942 if (requiresBidi) { in fastCreateTextLine()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/java/awt/font/
H A DTextLine.java911 boolean requiresBidi = false; in fastCreateTextLine()
919 requiresBidi = !isDirectionLTR; in fastCreateTextLine()
922 requiresBidi = true; in fastCreateTextLine()
933 if (!requiresBidi) { in fastCreateTextLine()
934 requiresBidi = Bidi.requiresBidi(chars, 0, chars.length); in fastCreateTextLine()
937 if (requiresBidi) { in fastCreateTextLine()

12345