Searched refs:bothPosInf (Results 1 – 1 of 1) sorted by relevance
2192 bool bothPosInf = uprv_isPositiveInfinity(expected) && uprv_isPositiveInfinity(actual); in assertEqualsNear() local2194 if (bothPosInf || bothNegInf || bothNaN) { in assertEqualsNear()