HomeSort by relevance Sort by last modified time
    Searched refs:TestTable32 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/cintltst/
crestst.c 37 static void TestTable32(void);
100 addTest(root, &TestTable32, "tsutil/crestst/TestTable32");
632 TestTable32(void) {
657 res=ures_open(loadTestData(&errorCode), "testtable32", &errorCode);
659 log_data_err("unable to open testdata/testtable32.res - %s\n", u_errorName(errorCode));
663 log_data_err("testdata/testtable32.res has type %d instead of URES_TABLE\n", ures_getType(res));
668 log_err("testdata/testtable32.res should have 66000 entries but has %d\n", count);
676 log_err("unable to get item %d of %d in testdata/testtable32.res - %s\n",
688 log_err("unable to access the string \"%s\" at %d in testdata/testtable32.res - %s\n"
    [all...]
  /external/icu/icu4c/source/test/cintltst/
crestst.c 35 static void TestTable32(void);
98 addTest(root, &TestTable32, "tsutil/crestst/TestTable32");
631 TestTable32(void) {
656 res=ures_open(loadTestData(&errorCode), "testtable32", &errorCode);
658 log_data_err("unable to open testdata/testtable32.res - %s\n", u_errorName(errorCode));
662 log_data_err("testdata/testtable32.res has type %d instead of URES_TABLE\n", ures_getType(res));
667 log_err("testdata/testtable32.res should have 66000 entries but has %d\n", count);
675 log_err("unable to get item %d of %d in testdata/testtable32.res - %s\n",
687 log_err("unable to access the string \"%s\" at %d in testdata/testtable32.res - %s\n"
    [all...]

Completed in 90 milliseconds