Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Ditutil.cpp199 MyErrorCode(int32_t &countChecks, int32_t &countDests) in MyErrorCode() argument
200 : checks(countChecks), dests(countDests) {} in MyErrorCode()
216 int32_t countDests=0; in TestSubclass() local
218 MyErrorCode errorCode(countChecks, countDests); in TestSubclass()
220 countChecks!=0 || countDests!=0 in TestSubclass()
259 if(countDests!=0) { in TestSubclass()
262 countChecks=countDests=0; in TestSubclass()
264 MyErrorCode errorCode(countChecks, countDests); in TestSubclass()
267 if(countDests!=1) { in TestSubclass()