Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Ddatadrivennumberformattestsuite.cpp100 UBool actualSuccess = isPass(fTuple, errorMessage, status); in run() local
101 if (shouldFail && actualSuccess) { in run()
104 } else if (!shouldFail && !actualSuccess) { in run()