Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/test/intltest/
Dtestidna.cpp646 void TestIDNA::testCompare(const UChar* s1, int32_t s1Len, in testCompare() function in TestIDNA
768 void TestIDNA::testCompare(const char* testName, CompareFunc func){ in testCompare() function in TestIDNA
809 testCompare(src,srcLen,src,srcLen,testName, func, TRUE); in testCompare()
812 testCompare(src,srcLen,buf,u_strlen(buf),testName, func,TRUE); in testCompare()
816 testCompare(src,srcLen,uni1.getBuffer(),uni1.length()-1,testName, func,FALSE); in testCompare()
818 testCompare(src,srcLen,uni0.getBuffer(),uni0.length()-1,testName, func,FALSE); in testCompare()
822 testCompare(src,srcLen,ascii1.getBuffer(),ascii1.length()-1,testName, func,FALSE); in testCompare()
824 testCompare(src,srcLen,ascii0.getBuffer(),ascii0.length()-1,testName, func,FALSE); in testCompare()
1209 testCompare(src,srcLen,buf,u_strlen(buf),testName, func,TRUE); in testRootLabelSeparator()
1212 testCompare(src,srcLen,src,srcLen,testName, func,TRUE); in testRootLabelSeparator()
[all …]
Dtestidna.h76 void testCompare(const char* testName, CompareFunc func);
85 void testCompare(const UChar* s1, int32_t s1Len,
/external/icu4c/test/intltest/
Dtestidna.cpp646 void TestIDNA::testCompare(const UChar* s1, int32_t s1Len, in testCompare() function in TestIDNA
768 void TestIDNA::testCompare(const char* testName, CompareFunc func){ in testCompare() function in TestIDNA
809 testCompare(src,srcLen,src,srcLen,testName, func, TRUE); in testCompare()
812 testCompare(src,srcLen,buf,u_strlen(buf),testName, func,TRUE); in testCompare()
816 testCompare(src,srcLen,uni1.getBuffer(),uni1.length()-1,testName, func,FALSE); in testCompare()
818 testCompare(src,srcLen,uni0.getBuffer(),uni0.length()-1,testName, func,FALSE); in testCompare()
822 testCompare(src,srcLen,ascii1.getBuffer(),ascii1.length()-1,testName, func,FALSE); in testCompare()
824 testCompare(src,srcLen,ascii0.getBuffer(),ascii0.length()-1,testName, func,FALSE); in testCompare()
1209 testCompare(src,srcLen,buf,u_strlen(buf),testName, func,TRUE); in testRootLabelSeparator()
1212 testCompare(src,srcLen,src,srcLen,testName, func,TRUE); in testRootLabelSeparator()
[all …]
Dtestidna.h76 void testCompare(const char* testName, CompareFunc func);
85 void testCompare(const UChar* s1, int32_t s1Len,
/external/guava/guava-tests/test/com/google/common/primitives/
DUnsignedIntsTest.java51 public void testCompare() { in testCompare() method in UnsignedIntsTest
DSignedBytesTest.java78 public void testCompare() { in testCompare() method in SignedBytesTest
DUnsignedLongsTest.java37 public void testCompare() { in testCompare() method in UnsignedLongsTest
DUnsignedBytesTest.java83 public void testCompare() { in testCompare() method in UnsignedBytesTest
DBooleansTest.java52 public void testCompare() { in testCompare() method in BooleansTest
DUnsignedIntegerTest.java192 public void testCompare() { in testCompare() method in UnsignedIntegerTest
DUnsignedLongTest.java205 public void testCompare() { in testCompare() method in UnsignedLongTest
DLongsTest.java61 public void testCompare() { in testCompare() method in LongsTest
DFloatsTest.java73 public void testCompare() { in testCompare() method in FloatsTest
DShortsTest.java89 public void testCompare() { in testCompare() method in ShortsTest
DCharsTest.java88 public void testCompare() { in testCompare() method in CharsTest
DDoublesTest.java73 public void testCompare() { in testCompare() method in DoublesTest
DIntsTest.java89 public void testCompare() { in testCompare() method in IntsTest