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

/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Duts46test.cpp119 (long)info.getErrors(), result==expected, u_errorName(errorCode));
142 info.getErrors()!=(UIDNA_ERROR_LABEL_HAS_DOT|UIDNA_ERROR_INVALID_ACE_LABEL) ||
146 info.getErrors(), u_errorName(errorCode));
219 (long)info.getErrors(), buffer);
224 if(result!=input || info.getErrors()!=UIDNA_ERROR_BIDI) {
233 (long)info.getErrors(), buffer);
609 if(uNInfo.getErrors()!=uniErrors) {
611 (int)i, testCase.s, (long)uNInfo.getErrors());
620 if(aNInfo.getErrors()!=testCase.errors) {
622 (int)i, testCase.s, (long)aNInfo.getErrors());
[all...]
H A Dintltest.h171 virtual int32_t getErrors( void );
H A Dintltest.cpp637 int32_t IntlTest::getErrors( void ) function in class:IntlTest
1489 if (major.getErrors() == 0) {
1501 fprintf(stdout, "Errors in total: %ld.\n", (long)major.getErrors());
1543 return major.getErrors();
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Didna.h285 uint32_t getErrors() const { return errors; } function in class:IDNAInfo
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DEvolver.java130 String getErrors() { method in class:Evolver
H A DPersistCatalog.java361 String errors = evolver.getErrors();
/macosx-10.10/ICU-531.30/icuSources/common/
H A Duts46.cpp1326 pInfo->errors=info.getErrors();

Completed in 133 milliseconds