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

  /external/icu/icu4c/source/test/cintltst/
crestst.c 33 static void TestTable32(void);
96 addTest(root, &TestTable32, "tsutil/crestst/TestTable32");
629 TestTable32(void) {
654 res=ures_open(loadTestData(&errorCode), "testtable32", &errorCode);
656 log_data_err("unable to open testdata/testtable32.res - %s\n", u_errorName(errorCode));
660 log_data_err("testdata/testtable32.res has type %d instead of URES_TABLE\n", ures_getType(res));
665 log_err("testdata/testtable32.res should have 66000 entries but has %d\n", count);
673 log_err("unable to get item %d of %d in testdata/testtable32.res - %s\n",
685 log_err("unable to access the string \"%s\" at %d in testdata/testtable32.res - %s\n"
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUResourceBundleTest.java 356 public void TestTable32(){
371 bundle = UResourceBundle.getBundleInstance("android/icu/dev/data/testdata","testtable32", testLoader);
379 errln("Could not get the correct type for bundle testtable32");
384 errln("Could not get the correct size for bundle testtable32");
403 errln("Got unexpected resource type in testtable32");
424 errln("Got unexpected resource type in testtable32");
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUResourceBundleTest.java 352 public void TestTable32(){
367 bundle = UResourceBundle.getBundleInstance("com/ibm/icu/dev/data/testdata","testtable32", testLoader);
375 errln("Could not get the correct type for bundle testtable32");
380 errln("Could not get the correct size for bundle testtable32");
399 errln("Got unexpected resource type in testtable32");
420 errln("Got unexpected resource type in testtable32");
    [all...]

Completed in 293 milliseconds