Home | History | Annotate | Download | only in i18n

Lines Matching refs:isPositive

1679     isNegative = !adjustedNum.isPositive();
1842 int32_t prefixLen = appendAffix(appendTo, doubleValue, handler, !digits.isPositive(), TRUE);
2135 int32_t suffixLen = appendAffix(appendTo, doubleValue, handler, !digits.isPositive(), FALSE);
2295 result.setDouble(digits->isPositive() ? inf : -inf);
2325 if (digits->isZero() && !digits->isPositive() && isParseIntegerOnly()) {