Home | History | Annotate | Download | only in i18n

Lines Matching refs:UBool

151     UBool operator==(const DigitList& other) const;
156 inline UBool operator!=(const DigitList& other) const { return !operator==(other); }
222 UBool fitsIntoLong(UBool ignoreNegativeZero) /*const*/;
231 UBool fitsIntoInt64(UBool ignoreNegativeZero) /*const*/;
292 UBool isZero(void) const;
297 UBool isNaN(void) const {return decNumberIsNaN(fDecNumber);}
299 UBool isInfinite() const {return decNumberIsInfinite(fDecNumber);}
329 UBool isPositive(void) const { return decNumberIsNegative(fDecNumber) == 0;}
330 void setPositive(UBool s);
458 * UBool fIsPositive;
486 UBool shouldRoundUp(int32_t maximumDigits) const;