Searched refs:keyB (Results 1 – 3 of 3) sorted by relevance
2412 CollationKey keyB = coll.getCollationKey("b"); in Test6179() local2413 logln("Key for \"b\":"+ CollationTest.prettify(keyB)); in Test6179()2414 if (keyB.compareTo(coll.getCollationKey(firstPrimIgn))<=0) { in Test6179()2420 if (keyB.compareTo(coll.getCollationKey(firstVariable))>=0) { in Test6179()2453 CollationKey keyB = coll.getCollationKey("b"); in Test6179() local2454 logln("Key for \"b\":"+ CollationTest.prettify(keyB)); in Test6179()2455 byte[] keyBInBytes = keyB.toByteArray(); in Test6179()2464 if (keyB.compareTo(coll.getCollationKey(firstVariable))>=0) { in Test6179()
2411 CollationKey keyB = coll.getCollationKey("b"); in Test6179() local2412 logln("Key for \"b\":"+ CollationTest.prettify(keyB)); in Test6179()2413 if (keyB.compareTo(coll.getCollationKey(firstPrimIgn))<=0) { in Test6179()2419 if (keyB.compareTo(coll.getCollationKey(firstVariable))>=0) { in Test6179()2452 CollationKey keyB = coll.getCollationKey("b"); in Test6179() local2453 logln("Key for \"b\":"+ CollationTest.prettify(keyB)); in Test6179()2454 byte[] keyBInBytes = keyB.toByteArray(); in Test6179()2463 if (keyB.compareTo(coll.getCollationKey(firstVariable))>=0) { in Test6179()
455 const Key& keyA, const Key& keyB) { in check_equivalence() argument520 REPORTER_ASSERT(r, keyA == keyB); in check_equivalence()522 REPORTER_ASSERT(r, keyA != keyB); in check_equivalence()