OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/icu4c/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
...]
Completed in 298 milliseconds