OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestTable32
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/test/cintltst/
crestst.c
36
static void
TestTable32
(void);
99
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/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUResourceBundleTest.java
361
public void
TestTable32
(){
376
bundle = UResourceBundle.getBundleInstance("android/icu/dev/data/testdata","
testtable32
", testLoader);
384
errln("Could not get the correct type for bundle
testtable32
");
389
errln("Could not get the correct size for bundle
testtable32
");
408
errln("Got unexpected resource type in
testtable32
");
429
errln("Got unexpected resource type in
testtable32
");
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUResourceBundleTest.java
360
public void
TestTable32
(){
375
bundle = UResourceBundle.getBundleInstance("com/ibm/icu/dev/data/testdata","
testtable32
", testLoader);
383
errln("Could not get the correct type for bundle
testtable32
");
388
errln("Could not get the correct size for bundle
testtable32
");
407
errln("Got unexpected resource type in
testtable32
");
428
errln("Got unexpected resource type in
testtable32
");
[
all
...]
Completed in 239 milliseconds