Home
last modified time | relevance | path

Searched refs:severeErrors (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/test/intltest/
Duts46test.cpp79 const uint32_t severeErrors= variable
643 if((aNInfo.getErrors()&severeErrors)==0 && !isASCII(aN)) { in TestSomeCases()
649 if((aTInfo.getErrors()&severeErrors)==0 && !isASCII(aT)) { in TestSomeCases()
/external/icu4c/common/
Duts46.cpp43 const uint32_t severeErrors= variable
403 if( info.isBiDi && U_SUCCESS(errorCode) && (info.errors&severeErrors)==0 && in process()
529 if( info.isBiDi && U_SUCCESS(errorCode) && (info.errors&severeErrors)==0 && in processUTF8()
821 if((info.labelErrors&severeErrors)==0) { in processLabel()