Home
last modified time | relevance | path

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

/dports/devel/icu-lx/icu/source/test/cintltst/
H A Dspooftest.c342 int32_t checks2; in TestUSpoofCAPI() local
352 checks2 = uspoof_getChecks(sc, &status); in TestUSpoofCAPI()
353 TEST_ASSERT_EQ(checks, checks2); in TestUSpoofCAPI()
/dports/devel/icu/icu/source/test/cintltst/
H A Dspooftest.c342 int32_t checks2; in TestUSpoofCAPI() local
352 checks2 = uspoof_getChecks(sc, &status); in TestUSpoofCAPI()
353 TEST_ASSERT_EQ(checks, checks2); in TestUSpoofCAPI()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/
H A Ducalc_formula.cxx5231 double checks2[] = { in testFuncN() local
5234 for (size_t i = 0; i < SAL_N_ELEMENTS(checks2); ++i) in testFuncN()
5237 bool bGood = result == checks2[i]; in testFuncN()
5240 … cerr << "row " << (i+2+1) << ": expected=" << checks2[i] << " actual=" << result << endl; in testFuncN()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/unit/
H A Ducalc_formula.cxx4722 double checks2[] = { in testFuncN() local
4725 for (size_t i = 0; i < SAL_N_ELEMENTS(checks2); ++i) in testFuncN()
4728 bool bGood = result == checks2[i]; in testFuncN()
4731 … cerr << "row " << (i+2+1) << ": expected=" << checks2[i] << " actual=" << result << endl; in testFuncN()