Home
last modified time | relevance | path

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

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