Searched refs:testCompare (Results 1 - 18 of 18) sorted by relevance

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

Completed in 319 milliseconds