Home
last modified time | relevance | path

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

12

/external/icu/icu4c/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/guava/guava-gwt/test/com/google/common/primitives/
DSignedBytesTest_gwt.java26 public void testCompare() throws Exception { in testCompare() method in SignedBytesTest_gwt
28 testCase.testCompare(); in testCompare()
DUnsignedLongsTest_gwt.java21 public void testCompare() throws Exception { in testCompare() method in UnsignedLongsTest_gwt
23 testCase.testCompare(); in testCompare()
DUnsignedIntsTest_gwt.java21 public void testCompare() throws Exception { in testCompare() method in UnsignedIntsTest_gwt
23 testCase.testCompare(); in testCompare()
DUnsignedLongTest_gwt.java31 public void testCompare() throws Exception { in testCompare() method in UnsignedLongTest_gwt
33 testCase.testCompare(); in testCompare()
DCharsTest_gwt.java46 public void testCompare() throws Exception { in testCompare() method in CharsTest_gwt
48 testCase.testCompare(); in testCompare()
DBooleansTest_gwt.java66 public void testCompare() throws Exception { in testCompare() method in BooleansTest_gwt
68 testCase.testCompare(); in testCompare()
DFloatsTest_gwt.java41 public void testCompare() throws Exception { in testCompare() method in FloatsTest_gwt
43 testCase.testCompare(); in testCompare()
DDoublesTest_gwt.java41 public void testCompare() throws Exception { in testCompare() method in DoublesTest_gwt
43 testCase.testCompare(); in testCompare()
DIntsTest_gwt.java46 public void testCompare() throws Exception { in testCompare() method in IntsTest_gwt
48 testCase.testCompare(); in testCompare()
DShortsTest_gwt.java46 public void testCompare() throws Exception { in testCompare() method in ShortsTest_gwt
48 testCase.testCompare(); in testCompare()
DLongsTest_gwt.java46 public void testCompare() throws Exception { in testCompare() method in LongsTest_gwt
48 testCase.testCompare(); in testCompare()
/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
DSignedBytesTest.java75 public void testCompare() { in testCompare() method in SignedBytesTest
DUnsignedIntsTest.java55 public void testCompare() { in testCompare() method in UnsignedIntsTest
DUnsignedLongsTest.java40 public void testCompare() { in testCompare() method in UnsignedLongsTest
DUnsignedLongTest.java232 public void testCompare() { in testCompare() method in UnsignedLongTest
DCharsTest.java85 public void testCompare() { in testCompare() method in CharsTest
DBooleansTest.java50 public void testCompare() { in testCompare() method in BooleansTest
/external/guava/guava-tests/test/com/google/common/primitives/
DSignedBytesTest.java78 public void testCompare() { in testCompare() method in SignedBytesTest
DUnsignedLongsTest.java43 public void testCompare() { in testCompare() method in UnsignedLongsTest
DUnsignedIntsTest.java58 public void testCompare() { in testCompare() method in UnsignedIntsTest
DUnsignedBytesTest.java84 public void testCompare() { in testCompare() method in UnsignedBytesTest
DUnsignedIntegerTest.java235 public void testCompare() { in testCompare() method in UnsignedIntegerTest
DUnsignedLongTest.java246 public void testCompare() { in testCompare() method in UnsignedLongTest

12