/external/chromium_org/third_party/icu/source/test/intltest/ |
D | testidna.cpp | 646 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 …]
|
D | testidna.h | 76 void testCompare(const char* testName, CompareFunc func); 85 void testCompare(const UChar* s1, int32_t s1Len,
|
/external/icu4c/test/intltest/ |
D | testidna.cpp | 646 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 …]
|
D | testidna.h | 76 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/ |
D | UnsignedIntsTest.java | 51 public void testCompare() { in testCompare() method in UnsignedIntsTest
|
D | SignedBytesTest.java | 78 public void testCompare() { in testCompare() method in SignedBytesTest
|
D | UnsignedLongsTest.java | 37 public void testCompare() { in testCompare() method in UnsignedLongsTest
|
D | UnsignedBytesTest.java | 83 public void testCompare() { in testCompare() method in UnsignedBytesTest
|
D | BooleansTest.java | 52 public void testCompare() { in testCompare() method in BooleansTest
|
D | UnsignedIntegerTest.java | 192 public void testCompare() { in testCompare() method in UnsignedIntegerTest
|
D | UnsignedLongTest.java | 205 public void testCompare() { in testCompare() method in UnsignedLongTest
|
D | LongsTest.java | 61 public void testCompare() { in testCompare() method in LongsTest
|
D | FloatsTest.java | 73 public void testCompare() { in testCompare() method in FloatsTest
|
D | ShortsTest.java | 89 public void testCompare() { in testCompare() method in ShortsTest
|
D | CharsTest.java | 88 public void testCompare() { in testCompare() method in CharsTest
|
D | DoublesTest.java | 73 public void testCompare() { in testCompare() method in DoublesTest
|
D | IntsTest.java | 89 public void testCompare() { in testCompare() method in IntsTest
|