Home | History | Annotate | Download | only in i18n

Lines Matching refs:UBool

38     void setBestFractionRule(int32_t originalIndex, NFRule *newRule, UBool rememberRule);
43 UBool operator==(const NFRuleSet& rhs) const;
44 UBool operator!=(const NFRuleSet& rhs) const { return !operator==(rhs); }
46 UBool isPublic() const { return fIsPublic; }
48 UBool isParseable() const { return fIsParseable; }
50 UBool isFractionRuleSet() const { return fIsFractionRuleSet; }
53 UBool isNamed(const UnicodeString& _name) const { return this->name == _name; }
58 UBool parse(const UnicodeString& text, ParsePosition& pos, double upperBound, uint32_t nonNumericalExecutedRuleMask, Formattable& result) const;
78 UBool fIsFractionRuleSet;
79 UBool fIsPublic;
80 UBool fIsParseable;
96 uint32_t util64_tou(int64_t n, UChar* buffer, uint32_t buflen, uint32_t radix = 10, UBool raw = FALSE);
100 uint32_t util64_toa(int64_t n, char* buffer, uint32_t buflen, uint32_t radix = 10, UBool raw = FALSE);