Searched refs:cmpAsUInt (Results 1 – 1 of 1) sorted by relevance
55 int cmpAsUInt = UnsignedInts.compare((int) a, (int) b); in testCompare() local56 assertEquals(Integer.signum(cmpAsLongs), Integer.signum(cmpAsUInt)); in testCompare()