HomeSort by relevance Sort by last modified time
    Searched defs:TestCompare (Results 1 - 8 of 8) sorted by null

  /external/clearsilver/util/test/
hdf_sort_test.c 9 int TestCompare(const void* pa, const void* pb)
18 printf("TestCompare aVal=%f [%s] bVal=%f [%s]\n",aVal,hdf_get_value(*a,"name","?"),bVal,hdf_get_value(*b,"name","?"));
41 hdf_sort_obj(hdf_get_obj(hdf, "test"), TestCompare);
  /external/icu4c/test/intltest/
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;
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...]
ustrtest.cpp 47 case 2: name = "TestCompare"; if (exec) TestCompare(); break;
262 UnicodeStringTest::TestCompare()
    [all...]
tstnorm.cpp 52 CASE(15,TestCompare);
    [all...]
apicoll.cpp     [all...]
  /external/icu4c/test/cintltst/
idnatest.c 35 static void TestCompare(void);
63 addTest(root, &TestCompare, "idna/TestCompare");
565 TestCompare(){
    [all...]
capitst.c 113 addTest(root, &TestCompare, "tscoll/capitst/TestCompare");
567 void TestCompare()
    [all...]

Completed in 416 milliseconds