Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dintltest.cpp2192 bool bothPosInf = uprv_isPositiveInfinity(expected) && uprv_isPositiveInfinity(actual); in assertEqualsNear() local
2194 if (bothPosInf || bothNegInf || bothNaN) { in assertEqualsNear()