Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Ditutil.cpp130 MyErrorCode(int32_t &countChecks, int32_t &countDests) in MyErrorCode() argument
131 : checks(countChecks), dests(countDests) {} in MyErrorCode()
147 int32_t countDests=0; in TestSubclass() local
149 MyErrorCode errorCode(countChecks, countDests); in TestSubclass()
151 countChecks!=0 || countDests!=0 in TestSubclass()
190 if(countDests!=0) { in TestSubclass()
193 countChecks=countDests=0; in TestSubclass()
195 MyErrorCode errorCode(countChecks, countDests); in TestSubclass()
198 if(countDests!=1) { in TestSubclass()