Lines Matching refs:UBool
36 void setBestFractionRule(int32_t originalIndex, NFRule *newRule, UBool rememberRule);
41 UBool operator==(const NFRuleSet& rhs) const;
42 UBool operator!=(const NFRuleSet& rhs) const { return !operator==(rhs); }
44 UBool isPublic() const { return fIsPublic; }
46 UBool isParseable() const { return fIsParseable; }
48 UBool isFractionRuleSet() const { return fIsFractionRuleSet; }
51 UBool isNamed(const UnicodeString& _name) const { return this->name == _name; }
56 UBool parse(const UnicodeString& text, ParsePosition& pos, double upperBound, Formattable& result) const;
76 UBool fIsFractionRuleSet;
77 UBool fIsPublic;
78 UBool fIsParseable;
92 uint32_t util64_tou(int64_t n, UChar* buffer, uint32_t buflen, uint32_t radix = 10, UBool raw = FALSE);
96 uint32_t util64_toa(int64_t n, char* buffer, uint32_t buflen, uint32_t radix = 10, UBool raw = FALSE);