Home | History | Annotate | Download | only in i18n

Lines Matching refs:UBool

39   UBool operator==(const NFRuleSet& rhs) const;
40 UBool operator!=(const NFRuleSet& rhs) const { return !operator==(rhs); }
42 UBool isPublic() const { return fIsPublic; }
44 UBool isParseable() const { return fIsParseable; }
46 UBool isFractionRuleSet() const { return fIsFractionRuleSet; }
49 UBool isNamed(const UnicodeString& _name) const { return this->name == _name; }
54 UBool parse(const UnicodeString& text, ParsePosition& pos, double upperBound, Formattable& result) const;
68 UBool fIsFractionRuleSet;
69 UBool fIsPublic;
70 UBool fIsParseable;
85 uint32_t util64_tou(int64_t n, UChar* buffer, uint32_t buflen, uint32_t radix = 10, UBool raw = FALSE);
89 uint32_t util64_toa(int64_t n, char* buffer, uint32_t buflen, uint32_t radix = 10, UBool raw = FALSE);