Home
last modified time | relevance | path

Searched refs:keyB (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationMiscTest.java2412 CollationKey keyB = coll.getCollationKey("b"); in Test6179() local
2413 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() local
2454 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()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationMiscTest.java2411 CollationKey keyB = coll.getCollationKey("b"); in Test6179() local
2412 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() local
2453 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()
/external/skia/tests/
DGrShapeTest.cpp455 const Key& keyA, const Key& keyB) { in check_equivalence() argument
520 REPORTER_ASSERT(r, keyA == keyB); in check_equivalence()
522 REPORTER_ASSERT(r, keyA != keyB); in check_equivalence()