Home
last modified time | relevance | path

Searched refs:reorderVisually (Results 1 – 25 of 75) sorted by relevance

123

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/text/
H A DBidi.java323 …public static void reorderVisually(byte[] levels, int levelStart, Object[] objects, int objectStar… in reorderVisually() method in Bidi
324 BidiBase.reorderVisually(levels, levelStart, objects, objectStart, count); in reorderVisually()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/text/
H A DBidi.java323 …public static void reorderVisually(byte[] levels, int levelStart, Object[] objects, int objectStar… in reorderVisually() method in Bidi
324 BidiBase.reorderVisually(levels, levelStart, objects, objectStart, count); in reorderVisually()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/text/
H A DBidi.java323 …public static void reorderVisually(byte[] levels, int levelStart, Object[] objects, int objectStar… in reorderVisually() method in Bidi
324 BidiBase.reorderVisually(levels, levelStart, objects, objectStart, count); in reorderVisually()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/text/
H A DBidi.java323 …public static void reorderVisually(byte[] levels, int levelStart, Object[] objects, int objectStar… in reorderVisually() method in Bidi
324 BidiBase.reorderVisually(levels, levelStart, objects, objectStart, count); in reorderVisually()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/text/
H A DBidi.java323 …public static void reorderVisually(byte[] levels, int levelStart, Object[] objects, int objectStar… in reorderVisually() method in Bidi
324 BidiBase.reorderVisually(levels, levelStart, objects, objectStart, count); in reorderVisually()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/text/
H A DBidi.java323 …public static void reorderVisually(byte[] levels, int levelStart, Object[] objects, int objectStar… in reorderVisually() method in Bidi
324 BidiBase.reorderVisually(levels, levelStart, objects, objectStart, count); in reorderVisually()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/text/
H A DBidi.java323 …public static void reorderVisually(byte[] levels, int levelStart, Object[] objects, int objectStar… in reorderVisually() method in Bidi
324 BidiBase.reorderVisually(levels, levelStart, objects, objectStart, count); in reorderVisually()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/text/
H A DBidi.java323 …public static void reorderVisually(byte[] levels, int levelStart, Object[] objects, int objectStar… in reorderVisually() method in Bidi
324 BidiBase.reorderVisually(levels, levelStart, objects, objectStart, count); in reorderVisually()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/text/
H A DBidi.java323 …public static void reorderVisually(byte[] levels, int levelStart, Object[] objects, int objectStar… in reorderVisually() method in Bidi
324 BidiBase.reorderVisually(levels, levelStart, objects, objectStart, count); in reorderVisually()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/text/
H A DBidi.java323 …public static void reorderVisually(byte[] levels, int levelStart, Object[] objects, int objectStar… in reorderVisually() method in Bidi
324 BidiBase.reorderVisually(levels, levelStart, objects, objectStart, count); in reorderVisually()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/text/Bidi/
H A DBidiConformance.java1218 Bidi.reorderVisually(levels, 0, objects, 0, objects.length); in testMethod_reorderVisually1()
1236 Bidi.reorderVisually(null, 0, objects, 0, count); in testMethod_reorderVisually2()
1244 Bidi.reorderVisually(levels, -1, objects, 0, count); in testMethod_reorderVisually2()
1256 Bidi.reorderVisually(levels, llen, objects, 0, count); in testMethod_reorderVisually2()
1268 Bidi.reorderVisually(levels, 0, null, 0, count); in testMethod_reorderVisually2()
1276 Bidi.reorderVisually(levels, 0, objects, -1, count); in testMethod_reorderVisually2()
1288 Bidi.reorderVisually(levels, 0, objects, 6, objects.length); in testMethod_reorderVisually2()
1296 Bidi.reorderVisually(levels, 0, objects, 0, -1); in testMethod_reorderVisually2()
1308 Bidi.reorderVisually(levels, 0, objects, 0, count+1); in testMethod_reorderVisually2()
1320 Bidi.reorderVisually(levels, 0, objects, 0, 0); in testMethod_reorderVisually2()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/text/Bidi/
H A DBidiConformance.java1218 Bidi.reorderVisually(levels, 0, objects, 0, objects.length); in testMethod_reorderVisually1()
1236 Bidi.reorderVisually(null, 0, objects, 0, count); in testMethod_reorderVisually2()
1244 Bidi.reorderVisually(levels, -1, objects, 0, count); in testMethod_reorderVisually2()
1256 Bidi.reorderVisually(levels, llen, objects, 0, count); in testMethod_reorderVisually2()
1268 Bidi.reorderVisually(levels, 0, null, 0, count); in testMethod_reorderVisually2()
1276 Bidi.reorderVisually(levels, 0, objects, -1, count); in testMethod_reorderVisually2()
1288 Bidi.reorderVisually(levels, 0, objects, 6, objects.length); in testMethod_reorderVisually2()
1296 Bidi.reorderVisually(levels, 0, objects, 0, -1); in testMethod_reorderVisually2()
1308 Bidi.reorderVisually(levels, 0, objects, 0, count+1); in testMethod_reorderVisually2()
1320 Bidi.reorderVisually(levels, 0, objects, 0, 0); in testMethod_reorderVisually2()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/text/Bidi/
H A DBidiConformance.java1218 Bidi.reorderVisually(levels, 0, objects, 0, objects.length); in testMethod_reorderVisually1()
1236 Bidi.reorderVisually(null, 0, objects, 0, count); in testMethod_reorderVisually2()
1244 Bidi.reorderVisually(levels, -1, objects, 0, count); in testMethod_reorderVisually2()
1256 Bidi.reorderVisually(levels, llen, objects, 0, count); in testMethod_reorderVisually2()
1268 Bidi.reorderVisually(levels, 0, null, 0, count); in testMethod_reorderVisually2()
1276 Bidi.reorderVisually(levels, 0, objects, -1, count); in testMethod_reorderVisually2()
1288 Bidi.reorderVisually(levels, 0, objects, 6, objects.length); in testMethod_reorderVisually2()
1296 Bidi.reorderVisually(levels, 0, objects, 0, -1); in testMethod_reorderVisually2()
1308 Bidi.reorderVisually(levels, 0, objects, 0, count+1); in testMethod_reorderVisually2()
1320 Bidi.reorderVisually(levels, 0, objects, 0, 0); in testMethod_reorderVisually2()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/text/Bidi/
H A DBidiConformance.java1218 Bidi.reorderVisually(levels, 0, objects, 0, objects.length); in testMethod_reorderVisually1()
1236 Bidi.reorderVisually(null, 0, objects, 0, count); in testMethod_reorderVisually2()
1244 Bidi.reorderVisually(levels, -1, objects, 0, count); in testMethod_reorderVisually2()
1256 Bidi.reorderVisually(levels, llen, objects, 0, count); in testMethod_reorderVisually2()
1268 Bidi.reorderVisually(levels, 0, null, 0, count); in testMethod_reorderVisually2()
1276 Bidi.reorderVisually(levels, 0, objects, -1, count); in testMethod_reorderVisually2()
1288 Bidi.reorderVisually(levels, 0, objects, 6, objects.length); in testMethod_reorderVisually2()
1296 Bidi.reorderVisually(levels, 0, objects, 0, -1); in testMethod_reorderVisually2()
1308 Bidi.reorderVisually(levels, 0, objects, 0, count+1); in testMethod_reorderVisually2()
1320 Bidi.reorderVisually(levels, 0, objects, 0, 0); in testMethod_reorderVisually2()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/text/Bidi/
H A DBidiConformance.java1218 Bidi.reorderVisually(levels, 0, objects, 0, objects.length); in testMethod_reorderVisually1()
1236 Bidi.reorderVisually(null, 0, objects, 0, count); in testMethod_reorderVisually2()
1244 Bidi.reorderVisually(levels, -1, objects, 0, count); in testMethod_reorderVisually2()
1256 Bidi.reorderVisually(levels, llen, objects, 0, count); in testMethod_reorderVisually2()
1268 Bidi.reorderVisually(levels, 0, null, 0, count); in testMethod_reorderVisually2()
1276 Bidi.reorderVisually(levels, 0, objects, -1, count); in testMethod_reorderVisually2()
1288 Bidi.reorderVisually(levels, 0, objects, 6, objects.length); in testMethod_reorderVisually2()
1296 Bidi.reorderVisually(levels, 0, objects, 0, -1); in testMethod_reorderVisually2()
1308 Bidi.reorderVisually(levels, 0, objects, 0, count+1); in testMethod_reorderVisually2()
1320 Bidi.reorderVisually(levels, 0, objects, 0, 0); in testMethod_reorderVisually2()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/text/Bidi/
H A DBidiConformance.java1218 Bidi.reorderVisually(levels, 0, objects, 0, objects.length);
1236 Bidi.reorderVisually(null, 0, objects, 0, count);
1244 Bidi.reorderVisually(levels, -1, objects, 0, count);
1261 Bidi.reorderVisually(levels, llen, objects, 0, count);
1278 Bidi.reorderVisually(levels, 0, null, 0, count);
1286 Bidi.reorderVisually(levels, 0, objects, -1, count);
1303 Bidi.reorderVisually(levels, 0, objects, 6, objects.length);
1316 Bidi.reorderVisually(levels, 0, objects, 0, -1);
1334 Bidi.reorderVisually(levels, 0, objects, 0, count+1);
1352 Bidi.reorderVisually(levels, 0, objects, 0, 0);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/text/Bidi/
H A DBidiConformance.java1218 Bidi.reorderVisually(levels, 0, objects, 0, objects.length); in testMethod_reorderVisually1()
1236 Bidi.reorderVisually(null, 0, objects, 0, count); in testMethod_reorderVisually2()
1244 Bidi.reorderVisually(levels, -1, objects, 0, count); in testMethod_reorderVisually2()
1256 Bidi.reorderVisually(levels, llen, objects, 0, count); in testMethod_reorderVisually2()
1268 Bidi.reorderVisually(levels, 0, null, 0, count); in testMethod_reorderVisually2()
1276 Bidi.reorderVisually(levels, 0, objects, -1, count); in testMethod_reorderVisually2()
1288 Bidi.reorderVisually(levels, 0, objects, 6, objects.length); in testMethod_reorderVisually2()
1296 Bidi.reorderVisually(levels, 0, objects, 0, -1); in testMethod_reorderVisually2()
1308 Bidi.reorderVisually(levels, 0, objects, 0, count+1); in testMethod_reorderVisually2()
1320 Bidi.reorderVisually(levels, 0, objects, 0, 0); in testMethod_reorderVisually2()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/text/Bidi/
H A DBidiConformance.java1215 Bidi.reorderVisually(levels, 0, objects, 0, objects.length); in testMethod_reorderVisually1()
1233 Bidi.reorderVisually(null, 0, objects, 0, count); in testMethod_reorderVisually2()
1241 Bidi.reorderVisually(levels, -1, objects, 0, count); in testMethod_reorderVisually2()
1253 Bidi.reorderVisually(levels, llen, objects, 0, count); in testMethod_reorderVisually2()
1265 Bidi.reorderVisually(levels, 0, null, 0, count); in testMethod_reorderVisually2()
1273 Bidi.reorderVisually(levels, 0, objects, -1, count); in testMethod_reorderVisually2()
1285 Bidi.reorderVisually(levels, 0, objects, 6, objects.length); in testMethod_reorderVisually2()
1293 Bidi.reorderVisually(levels, 0, objects, 0, -1); in testMethod_reorderVisually2()
1305 Bidi.reorderVisually(levels, 0, objects, 0, count+1); in testMethod_reorderVisually2()
1317 Bidi.reorderVisually(levels, 0, objects, 0, 0); in testMethod_reorderVisually2()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/text/Bidi/
H A DBidiConformance.java1218 Bidi.reorderVisually(levels, 0, objects, 0, objects.length); in testMethod_reorderVisually1()
1236 Bidi.reorderVisually(null, 0, objects, 0, count); in testMethod_reorderVisually2()
1244 Bidi.reorderVisually(levels, -1, objects, 0, count); in testMethod_reorderVisually2()
1261 Bidi.reorderVisually(levels, llen, objects, 0, count); in testMethod_reorderVisually2()
1278 Bidi.reorderVisually(levels, 0, null, 0, count); in testMethod_reorderVisually2()
1286 Bidi.reorderVisually(levels, 0, objects, -1, count); in testMethod_reorderVisually2()
1303 Bidi.reorderVisually(levels, 0, objects, 6, objects.length); in testMethod_reorderVisually2()
1316 Bidi.reorderVisually(levels, 0, objects, 0, -1); in testMethod_reorderVisually2()
1334 Bidi.reorderVisually(levels, 0, objects, 0, count+1); in testMethod_reorderVisually2()
1352 Bidi.reorderVisually(levels, 0, objects, 0, 0); in testMethod_reorderVisually2()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/text/Bidi/
H A DBidiConformance.java1215 Bidi.reorderVisually(levels, 0, objects, 0, objects.length); in testMethod_reorderVisually1()
1233 Bidi.reorderVisually(null, 0, objects, 0, count); in testMethod_reorderVisually2()
1241 Bidi.reorderVisually(levels, -1, objects, 0, count); in testMethod_reorderVisually2()
1253 Bidi.reorderVisually(levels, llen, objects, 0, count); in testMethod_reorderVisually2()
1265 Bidi.reorderVisually(levels, 0, null, 0, count); in testMethod_reorderVisually2()
1273 Bidi.reorderVisually(levels, 0, objects, -1, count); in testMethod_reorderVisually2()
1285 Bidi.reorderVisually(levels, 0, objects, 6, objects.length); in testMethod_reorderVisually2()
1293 Bidi.reorderVisually(levels, 0, objects, 0, -1); in testMethod_reorderVisually2()
1305 Bidi.reorderVisually(levels, 0, objects, 0, count+1); in testMethod_reorderVisually2()
1317 Bidi.reorderVisually(levels, 0, objects, 0, 0); in testMethod_reorderVisually2()
/dports/lang/gcc48/gcc-4.8.5/libjava/java/text/
H A DBidi.h55 …static void reorderVisually(JArray< jbyte > *, jint, JArray< ::java::lang::Object * > *, jint, jin…
/dports/lang/gnat_util/gcc-6-20180516/libjava/java/text/
H A DBidi.h55 …static void reorderVisually(JArray< jbyte > *, jint, JArray< ::java::lang::Object * > *, jint, jin…
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/java/text/
H A DBidi.h55 …static void reorderVisually(JArray< jbyte > *, jint, JArray< ::java::lang::Object * > *, jint, jin…
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/java/text/
H A DBidi.h55 …static void reorderVisually(JArray< jbyte > *, jint, JArray< ::java::lang::Object * > *, jint, jin…
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/java/text/
H A DBidi.h55 …static void reorderVisually(JArray< jbyte > *, jint, JArray< ::java::lang::Object * > *, jint, jin…

123