Searched refs:getErrors (Results 1 - 4 of 4) sorted by relevance

/external/chromium/third_party/icu/source/test/intltest/
H A Dintltest.h83 virtual int32_t getErrors( void );
H A Dintltest.cpp580 int32_t IntlTest::getErrors( void ) function in class:IntlTest
1263 if (major.getErrors() == 0) {
1275 fprintf(stdout, "Errors in total: %ld.\n", (long)major.getErrors());
1301 return major.getErrors();
/external/icu4c/test/intltest/
H A Dintltest.h85 virtual int32_t getErrors( void );
H A Dintltest.cpp588 int32_t IntlTest::getErrors( void ) function in class:IntlTest
1289 if (major.getErrors() == 0) {
1301 fprintf(stdout, "Errors in total: %ld.\n", (long)major.getErrors());
1327 return major.getErrors();

Completed in 18 milliseconds