Home
last modified time | relevance | path

Searched defs:compareUnsigned (Results 1 – 9 of 9) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
DShort.java542 public static int compareUnsigned(short x, short y) { in compareUnsigned() method in Short
DByte.java539 public static int compareUnsigned(byte x, byte y) { in compareUnsigned() method in Byte
DLong.java1686 public static int compareUnsigned(long x, long y) { in compareUnsigned() method
/libcore/ojluni/annotations/sdk/nullability/java/util/
DArrays.annotated.java387 public static int compareUnsigned(byte @libcore.util.Nullable [] a, byte @libcore.util.Nullable [] … in compareUnsigned() method in Arrays
389 public static int compareUnsigned(byte @libcore.util.NonNull [] a, int aFromIndex, int aToIndex, by… in compareUnsigned() method in Arrays
395 public static int compareUnsigned(short @libcore.util.Nullable [] a, short @libcore.util.Nullable [… in compareUnsigned() method in Arrays
397 public static int compareUnsigned(short @libcore.util.NonNull [] a, int aFromIndex, int aToIndex, s… in compareUnsigned() method in Arrays
407 public static int compareUnsigned(int @libcore.util.Nullable [] a, int @libcore.util.Nullable [] b)… in compareUnsigned() method in Arrays
409 public static int compareUnsigned(int @libcore.util.NonNull [] a, int aFromIndex, int aToIndex, int… in compareUnsigned() method in Arrays
415 public static int compareUnsigned(long @libcore.util.Nullable [] a, long @libcore.util.Nullable [] … in compareUnsigned() method in Arrays
417 public static int compareUnsigned(long @libcore.util.NonNull [] a, int aFromIndex, int aToIndex, lo… in compareUnsigned() method in Arrays
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DInteger.annotated.java102 public static int compareUnsigned(int x, int y) { throw new RuntimeException("Stub!"); } in compareUnsigned() method in Integer
DLong.annotated.java103 public static int compareUnsigned(long x, long y) { throw new RuntimeException("Stub!"); } in compareUnsigned() method in Long
/libcore/ojluni/annotations/hiddenapi/java/lang/
DLong.java189 public static int compareUnsigned(long x, long y) { in compareUnsigned() method in Long
DInteger.java185 public static int compareUnsigned(int x, int y) { in compareUnsigned() method in Integer
/libcore/ojluni/src/main/java/java/util/
DArrays.java5930 public static int compareUnsigned(byte[] a, byte[] b) { in compareUnsigned() method in Arrays
5997 public static int compareUnsigned(byte[] a, int aFromIndex, int aToIndex, in compareUnsigned() method in Arrays
6185 public static int compareUnsigned(short[] a, short[] b) { in compareUnsigned() method in Arrays
6251 public static int compareUnsigned(short[] a, int aFromIndex, int aToIndex, in compareUnsigned() method in Arrays
6574 public static int compareUnsigned(int[] a, int[] b) { in compareUnsigned() method in Arrays
6640 public static int compareUnsigned(int[] a, int aFromIndex, int aToIndex, in compareUnsigned() method in Arrays
6828 public static int compareUnsigned(long[] a, long[] b) { in compareUnsigned() method in Arrays
6894 public static int compareUnsigned(long[] a, int aFromIndex, int aToIndex, in compareUnsigned() method in Arrays