Home
last modified time | relevance | path

Searched refs:testCompare (Results 1 – 25 of 33) sorted by relevance

12

/external/icu/icu4c/source/test/intltest/
Dtestidna.cpp654 void TestIDNA::testCompare(const UChar* s1, int32_t s1Len, in testCompare() function in TestIDNA
776 void TestIDNA::testCompare(const char* testName, CompareFunc func){ in testCompare() function in TestIDNA
817 testCompare(src,srcLen,src,srcLen,testName, func, TRUE); in testCompare()
820 testCompare(src,srcLen,buf,u_strlen(buf),testName, func,TRUE); in testCompare()
824 testCompare(src,srcLen,uni1.getBuffer(),uni1.length()-1,testName, func,FALSE); in testCompare()
826 testCompare(src,srcLen,uni0.getBuffer(),uni0.length()-1,testName, func,FALSE); in testCompare()
830 testCompare(src,srcLen,ascii1.getBuffer(),ascii1.length()-1,testName, func,FALSE); in testCompare()
832 testCompare(src,srcLen,ascii0.getBuffer(),ascii0.length()-1,testName, func,FALSE); in testCompare()
1217 testCompare(src,srcLen,buf,u_strlen(buf),testName, func,TRUE); in testRootLabelSeparator()
1220 testCompare(src,srcLen,src,srcLen,testName, func,TRUE); in testRootLabelSeparator()
[all …]
Dtestidna.h79 void testCompare(const char* testName, CompareFunc func);
88 void testCompare(const UChar* s1, int32_t s1Len,
/external/llvm-project/llvm/unittests/Transforms/Utils/
DFunctionComparatorTest.cpp57 int testCompare() { in testCompare() function in TestComparator
118 EXPECT_EQ(Cmp.testCompare(), -1); in TEST()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/data/
DSessionInfoTest.java37 public void testCompare() { in testCompare() method in SessionInfoTest
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/nodes/
DTagTest.java93 public void testCompare() { in testCompare() method in TagTest
/external/guava/guava-tests/test/com/google/common/primitives/
DSignedBytesTest.java76 public void testCompare() { in testCompare() method in SignedBytesTest
DUnsignedIntegerTest.java230 public void testCompare() { in testCompare() method in UnsignedIntegerTest
DUnsignedLongsTest.java41 public void testCompare() { in testCompare() method in UnsignedLongsTest
DUnsignedLongTest.java235 public void testCompare() { in testCompare() method in UnsignedLongTest
DUnsignedIntsTest.java88 public void testCompare() { in testCompare() method in UnsignedIntsTest
DUnsignedBytesTest.java81 public void testCompare() { in testCompare() method in UnsignedBytesTest
DBooleansTest.java65 public void testCompare() { in testCompare() method in BooleansTest
DCharsTest.java86 public void testCompare() { in testCompare() method in CharsTest
DShortsTest.java87 public void testCompare() { in testCompare() method in ShortsTest
DIntsTest.java87 public void testCompare() { in testCompare() method in IntsTest
/external/guava/android/guava-tests/test/com/google/common/primitives/
DSignedBytesTest.java76 public void testCompare() { in testCompare() method in SignedBytesTest
DUnsignedIntegerTest.java230 public void testCompare() { in testCompare() method in UnsignedIntegerTest
DUnsignedLongsTest.java41 public void testCompare() { in testCompare() method in UnsignedLongsTest
DUnsignedLongTest.java235 public void testCompare() { in testCompare() method in UnsignedLongTest
DUnsignedIntsTest.java88 public void testCompare() { in testCompare() method in UnsignedIntsTest
DUnsignedBytesTest.java81 public void testCompare() { in testCompare() method in UnsignedBytesTest
DBooleansTest.java65 public void testCompare() { in testCompare() method in BooleansTest
DCharsTest.java86 public void testCompare() { in testCompare() method in CharsTest
DShortsTest.java87 public void testCompare() { in testCompare() method in ShortsTest
DIntsTest.java87 public void testCompare() { in testCompare() method in IntsTest

12