HomeSort by relevance Sort by last modified time
    Searched refs:TestCompare (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/test/cintltst/
capitst.h 47 void TestCompare(void);
idnatest.c 35 static void TestCompare(void);
64 addTest(root, &TestCompare, "idna/TestCompare");
566 TestCompare(){
    [all...]
capitst.c 114 addTest(root, &TestCompare, "tscoll/capitst/TestCompare");
567 void TestCompare()
    [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.h 47 void TestCompare(void);
idnatest.c 35 static void TestCompare(void);
64 addTest(root, &TestCompare, "idna/TestCompare");
566 TestCompare(){
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
mnkytst.h 37 void TestCompare(/* char* par */);
apicoll.h 80 void TestCompare(/* char* par */);
ustrtest.h 30 void TestCompare(void);
tstnorm.h 42 void TestCompare(void);
testidna.h 59 void TestCompare();
76 void testCompare(const char* testName, CompareFunc func);
85 void testCompare(const UChar* s1, int32_t s1Len,
mnkytst.cpp 144 CollationMonkeyTest::TestCompare(/* char* par */)
147 errln(UNICODE_STRING("CollationMonkeyTest::TestCompare(): source is empty - ICU_DATA not set or data missing?", 87));
258 case 0: name = "TestCompare"; if (exec) TestCompare(/* par */); break;
tstnorm.cpp 53 CASE(15,TestCompare);
    [all...]
testidna.cpp 646 void TestIDNA::testCompare(const UChar* s1, int32_t s1Len,
768 void TestIDNA::testCompare(const char* testName, CompareFunc func){
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);
    [all...]
apicoll.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
mnkytst.h 37 void TestCompare(/* char* par */);
apicoll.h 80 void TestCompare(/* char* par */);
ustrtest.h 36 void TestCompare(void);
tstnorm.h 42 void TestCompare(void);
testidna.h 59 void TestCompare();
76 void testCompare(const char* testName, CompareFunc func);
85 void testCompare(const UChar* s1, int32_t s1Len,
mnkytst.cpp 144 CollationMonkeyTest::TestCompare(/* char* par */)
147 errln(UNICODE_STRING("CollationMonkeyTest::TestCompare(): source is empty - ICU_DATA not set or data missing?", 87));
258 case 0: name = "TestCompare"; if (exec) TestCompare(/* par */); break;
tstnorm.cpp 54 CASE(15,TestCompare);
    [all...]
testidna.cpp 646 void TestIDNA::testCompare(const UChar* s1, int32_t s1Len,
768 void TestIDNA::testCompare(const char* testName, CompareFunc func){
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);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
versionparsing_unittest.cc 60 TEST(VersionParsing, TestCompare) {
  /external/chromium_org/third_party/webrtc/base/
versionparsing_unittest.cc 43 TEST(VersionParsing, TestCompare) {
  /external/chromium_org/third_party/libjingle/source/talk/xmllite/
qname_unittest.cc 92 TEST(QNameTest, TestCompare) {

Completed in 563 milliseconds

1 2