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; } in isPublic()
44 UBool isParseable() const { return fIsParseable; } in isParseable()
46 UBool isFractionRuleSet() const { return fIsFractionRuleSet; } in isFractionRuleSet()
49 UBool isNamed(const UnicodeString& _name) const { return this->name == _name; } in isNamed()
54 …UBool parse(const UnicodeString& text, ParsePosition& pos, double upperBound, Formattable& result)…
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 = FAL…
89 uint32_t util64_toa(int64_t n, char* buffer, uint32_t buflen, uint32_t radix = 10, UBool raw = FALS…